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,