aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/misc/blas.h
Commit message (Collapse)AuthorAge
* Move LAPACK declarations from blas.h to lapack.h and fix compatibility with ↵Gravatar Gael Guennebaud2016-04-11
| | | | EIGEN_USE_MKL
* Improve constness of blas level-3 interface.Gravatar Gael Guennebaud2016-04-11
|
* mv blas.h to src/misc such that it would be possible to use any blas libraries,Gravatar Gael Guennebaud2011-12-09
however, this requires some more works: - add const qualifiers in the declarations of blas.h - add the possibility to add a suffix to blas function names