[Rcpp-devel] Wrapping uBlas Matrices into Rcpp Matrices
Dear Douglas, Thank you very much for your codes. It took me ages to get back to this. Your templated ublas2rcpp works perfectly. Thanks again, Cedric
On 09/06/11 17:29, Douglas Bates wrote:
I attach a templated function ublas2rcpp that uses an intermediate to generate the Rcpp matrix. This ensures that column major ordering is used.