aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/CMakeLists.txt
Commit message (Collapse)AuthorAge
* now the full blas folder requires a fortran compilerGravatar Gael Guennebaud2010-11-22
|
* import reference BLAS routines which are not already implemented in Eigen : ↵Gravatar Gael Guennebaud2010-11-22
| | | | modified givens rotations, and packed and banded storages
* fix issue 114: workaround cmake enable_language bugGravatar Gael Guennebaud2010-11-20
|
* import BLAS test suiteGravatar Gael Guennebaud2010-10-14
|
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
| | | | This allows to support QNX.
* blas: fix compilation and build both a shared and static libGravatar Gael Guennebaud2010-03-24
|
* blas: add a default implementation of xerblaGravatar Gael Guennebaud2010-03-02
|
* blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM,Gravatar Gael Guennebaud2010-03-01
| | | | i,e., they all pass the blas test suite. More to come
* Added cmake project definitions.Gravatar Hauke Heibel2009-10-02
|
* * Introduce make targets btest (build tests), blas (build blas lib), demos ↵Gravatar Benoit Jacob2009-09-27
| | | | | | | | | (build demos). * remove EIGEN_BUILD_TESTS and siblings * add summary at the end of cmake run, hopefully not too verbose * fix build of quaternion demo * kill remnants of old binary library option
* add a wip blas library built on top of Eigen. TODO:Gravatar Gael Guennebaud2009-09-25
- write extentive unit tests (maybe this already exist in other projects) - the level2 functions still have to be implemented