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?
Asked
Active
Viewed 204 times
0
-
If you toss in a little more details, one might be able to help. OS, which "efficient library", ... – Kaveh Vahedipour Nov 05 '18 at 22:31
-
cblas is usually just a tiny wrapper over a BLAS, are you sure you're not in that case? And what is this super fast CBLAS? – ggael Nov 06 '18 at 10:45
-
@ggael This is a vendor supported library. Unfortunately only the CBLAS version was given! – Soo Nov 15 '18 at 17:53