aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/level3_impl.h
Commit message (Collapse)AuthorAge
* split level 1 and 2 implementation files into smaller ones and fix a couple ↵Gravatar Gael Guennebaud2010-11-22
| | | | of numerical and tricky issues discovered by the lapack test suite
* update blas lib wrt recent change of general_matrix_matrix_triangular_productGravatar Gael Guennebaud2010-11-16
|
* fixes related to ei_ -> internal changeGravatar Gael Guennebaud2010-11-04
|
* mergeGravatar Gael Guennebaud2010-11-04
|\
* | implement proper error handling in level 3 routinesGravatar Gael Guennebaud2010-11-03
| |
| * bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|/
* compilation fixGravatar Gael Guennebaud2010-10-08
|
* fix level3 blas: it now passes all computational testsGravatar Gael Guennebaud2010-07-17
|
* fix a couple a issue with blas (new TRMM api, and enforece column major)Gravatar Gael Guennebaud2010-07-16
|
* fix compilation of blas libGravatar Gael Guennebaud2010-07-16
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* blas: fix compilation and build both a shared and static libGravatar Gael Guennebaud2010-03-24
|
* blas: add warnings for non implemented functionsGravatar Gael Guennebaud2010-03-03
|
* blas: fix HEMM and HERKGravatar Gael Guennebaud2010-03-02
|
* blas: fix SYRKGravatar 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
* 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