aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
Commit message (Expand)AuthorAge
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* remove useless blas reference codeGravatar Gael Guennebaud2011-12-01
* add code for band triangular problems:Gravatar Gael Guennebaud2011-12-01
* output error messages in blas unit testsGravatar Gael Guennebaud2011-12-01
* hopefully this workaround of cmake bug #9220 works for MSVC tooGravatar Gael Guennebaud2011-10-24
* move the blas.h header to blas/ and remove declaration of function returning ...Gravatar Gael Guennebaud2011-10-19
* Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.Gravatar Gael Guennebaud2011-09-21
* enable instalation of blas and lapack libsGravatar Gael Guennebaud2011-07-11
* BTL: add a Eigen-blas backendGravatar Gael Guennebaud2011-03-23
* forgot that one, againGravatar Gael Guennebaud2011-02-18
* fix bug #189 (issue with fortran concentions to return COMPLEX values)Gravatar Gael Guennebaud2011-02-18
* forgot to include this file in previous commit (needed for lapack)Gravatar Gael Guennebaud2011-02-18
* fix unused var warningGravatar Benoit Jacob2011-02-17
* forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)Gravatar Gael Guennebaud2011-02-17
* Add blas tests for buildtests target.Gravatar Jitse Niesen2011-02-17
* implement GBMVGravatar Gael Guennebaud2011-02-02
* enforce compilation of blas unit tests when running ctestGravatar Gael Guennebaud2010-12-12
* Remove parentheses for compatibility with cmake 2.6.2Gravatar Jitse Niesen2010-11-24
* now the full blas folder requires a fortran compilerGravatar Gael Guennebaud2010-11-22
* split level 1 and 2 implementation files into smaller ones and fix a couple o...Gravatar Gael Guennebaud2010-11-22
* import reference BLAS routines which are not already implemented in Eigen : m...Gravatar Gael Guennebaud2010-11-22
* implement HEMV level2 blas routineGravatar Gael Guennebaud2010-11-21
* implement SYMV level2 blas routinesGravatar Gael Guennebaud2010-11-21
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
* fix issue 114: workaround cmake enable_language bugGravatar Gael Guennebaud2010-11-20
* some cleaning in blas level 2Gravatar Gael Guennebaud2010-11-19
* implement GERC and GERU blas routinesGravatar Gael Guennebaud2010-11-19
* implement GER blas routineGravatar Gael Guennebaud2010-11-19
* 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
* 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