Skip to content

[Rcpp-devel] Is there an Rcpp class for arrays with > 2 dimensions?

1 message · Romain Francois

#
(cc'ing the list since apparently you did not)

Le 15/06/10 21:50, Dominick Samperi a ?crit :
That makes sense, in R a matrix is of dimension 2, not 1, not 3, just 2.

What Doug was looking for is an Rcpp class representing an R __array__, 
which have any number of dimensions.

There is currently no Rcpp::Array class, this is not complicated code to 
write, we just need to find someone with enough motivation.

Tomorrow is another day, so maybe tomorrow me will do it.

Romain