Using Eigen LIbrary with CBLAS

229 Views Asked by At

I know that I can ask Eigen to use a Blas library by defining the variable "EIGEN_USE_BLAS". I have a very efficient CBLAS implementation available on my system. Is it possible to make Eigen to use that CBLAS library?

0

There are 0 best solutions below