Skip to content
Prev 581 / 10988 Next

[Rcpp-devel] new Rcpp API in mvabund

Le 06/04/10 03:06, Yi (Alice) Wang a ?crit :
Won't be ready right now though ....
The data is copied (hend the name std::copy) so you have to deal with 
the gsl memory yourself.

wrap copies the data too because it creates an R data structure for 
which R needs to be responsible for the memory.

Romain