Skip to content
Prev 10202 / 10988 Next

[Rcpp-devel] Speed of RCppEigen Cholesky decomposition on sparse matrix

If I recall correctly, Eigen does not use the BLAS, but has reprogrammed
the operations in C++. If you want to take advantage of a fast system BLAS,
try Armadillo, or in this case RcppArmadillo.

Thanks,

Avi

On Mon, Nov 26, 2018 at 12:23 PM Hoffman, Gabriel <gabriel.hoffman at mssm.edu>
wrote: