Skip to content
Prev 6197 / 10988 Next

[Rcpp-devel] Forcing a shallow versus deep copy

These __are__ similar. The difference is in the classes themselves. 
Rcpp classes are proxy classes so C++ copy mechanism does not apply to 
them. arma classes are proper c++ classes, so C++ semantics apply.

I'm at useR right now, so I can't really work on this. I'll submit at 
least ideas later.

Romain


Le 2013-07-11 15:34, Changi Han a ?crit?: