[Rcpp-devel] Three-dimensional vectors example

2012-09-25 Thread Christian Gunning
On Tue, Sep 25, 2012 at 3:00 AM, wrote: > > Someone just asked on StackOverflow about creating 3d arrays: > http://stackoverflow.com/questions/12569992/constructing-3d-array-in-rcpp > > The best I could come up with is below. Did I miss something better? > > Full disclosure: The last I needed this

[Rcpp-devel] Three-dimensional vectors example

2012-09-24 Thread Dirk Eddelbuettel
Someone just asked on StackOverflow about creating 3d arrays: http://stackoverflow.com/questions/12569992/constructing-3d-array-in-rcpp The best I could come up with is below. Did I miss something better? Full disclosure: The last I needed this, I also needed ops on it, and used the arma::cube c