Re: [Rcpp-devel] Lots of lists

2012-03-13 Thread Douglas Bates
On Tue, Mar 13, 2012 at 1:57 PM, Romain Francois wrote: > Le 13/03/12 19:18, Matthew Krachey a écrit : > >> Hi, >> >> I am working on a rather complicated MCMC simulation with a lot of return >> objects, both vectors and matrices. We are on the verge of getting things to >> go (to date, much faste

Re: [Rcpp-devel] Lots of lists

2012-03-13 Thread Romain Francois
Le 13/03/12 19:18, Matthew Krachey a écrit : Hi, I am working on a rather complicated MCMC simulation with a lot of return objects, both vectors and matrices. We are on the verge of getting things to go (to date, much faster than Numpy) but we are returning ~21 list objects (again, both vecto

Re: [Rcpp-devel] Lots of lists

2012-03-13 Thread Dirk Eddelbuettel
On 13 March 2012 at 14:18, Matthew Krachey wrote: | Hi, | | I am working on a rather complicated MCMC simulation with a lot of return objects, both vectors and matrices. We are on the verge of getting things to go (to date, much faster than Numpy) but we are returning ~21 list objects (again,

[Rcpp-devel] Lots of lists

2012-03-13 Thread Matthew Krachey
Hi, I am working on a rather complicated MCMC simulation with a lot of return objects, both vectors and matrices. We are on the verge of getting things to go (to date, much faster than Numpy) but we are returning ~21 list objects (again, both vectors and matrices) and we are getting error when