aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
Commit message (Collapse)AuthorAge
* 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
* Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
|
* Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
|
* 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