0

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?

Soo
  • 885
  • 7
  • 26
  • 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

0 Answers0