Hi all,

i have a compiling cpp code that i want 
to use in R.

NumericMatrix Rcpp_x(R_x);  
Map<MatrixXd> x(Rcpp_x.begin(),n,p);    

is there a way, with rcpp, to map R_x to a MatrixXf object?
 

Best,
_______________________________________________
Rcpp-devel mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to