aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
Commit message (Collapse)AuthorAge
...
* implement HER and HER2 blas routinesGravatar Gael Guennebaud2010-11-19
|
* implement SYR and SYR2Gravatar Gael Guennebaud2010-11-19
|
* update blas lib wrt recent change of general_matrix_matrix_triangular_productGravatar Gael Guennebaud2010-11-16
|
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
|
* fix error handling of level 1 routinesGravatar Gael Guennebaud2010-11-04
|
* 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
| |
* | improve detection of errosGravatar Gael Guennebaud2010-11-03
| |
| * bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
| |
| * rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
| |
* | import BLAS test suiteGravatar Gael Guennebaud2010-10-14
| |
* | add the prototype of all level2 functionsGravatar Gael Guennebaud2010-10-08
|/
* compilation fixGravatar Gael Guennebaud2010-10-08
|
* finish/fix level1 blas, all test passGravatar Gael Guennebaud2010-07-17
|
* 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
|
* 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 warnings for non implemented functionsGravatar Gael Guennebaud2010-03-03
|
* blas: add a default implementation of xerblaGravatar Gael Guennebaud2010-03-02
|
* blas: fix most of level1 functionsGravatar Gael Guennebaud2010-03-02
|
* 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
* mergeGravatar Hauke Heibel2009-12-02
|\
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| |
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| |
* | fix docGravatar Thomas Capricelli2009-11-28
|/
* 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