Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Consistently use EIGEN_BLAS_FUNC in BLAS. | Sameer Agarwal | 2019-02-27 |
| | | | | | | | | | | Previously, for a few functions, eithe BLASFUNC or, EIGEN_CAT was being used. This change uses EIGEN_BLAS_FUNC consistently everywhere. Also introduce EIGEN_BLAS_FUNC_SUFFIX, which by default is equal to "_", this allows the user to inject a new suffix as needed. | ||
* | Fix numerous shadow-warnings for GCC<=4.8 | Christoph Hertzberg | 2018-08-28 |
| | |||
* | Improve constness of level2 blas API. | Gael Guennebaud | 2016-04-11 |
| | |||
* | Improve constness of blas level-3 interface. | Gael Guennebaud | 2016-04-11 |
| | |||
* | typo | Gael Guennebaud | 2015-02-10 |
| | |||
* | Rename the vector() factories defined in blas/common.h into make_vector() to ↵ | Benoit Steiner | 2014-04-01 |
| | | | | prevent a possible name conflict with std::vector. | ||
* | Merged in jdh8/eigen (pull request PR-17) | Gael Guennebaud | 2012-09-11 |
|\ | |||
* | | fix compilation on freebsd | Gael Guennebaud | 2012-09-11 |
| | | |||
| * | Implement packed triangular solver. | Chen-Pang He | 2012-09-10 |
| | | |||
| * | Implement packed triangular matrix-vector product. | Chen-Pang He | 2012-09-09 |
| | | |||
| * | Extend rank-1 updates for different storage orders. | Chen-Pang He | 2012-09-09 |
| | | |||
| * | Implement rank-1 update for self-adjoint packed matrices. | Chen-Pang He | 2012-09-08 |
|/ | |||
* | Implement functors for rank-1 and rank-2 update. | Chen-Pang He | 2012-09-08 |
| | |||
* | Fix a typo in blas/common.h | Chen-Pang He | 2012-09-03 |
| | |||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | mv blas.h to src/misc such that it would be possible to use any blas libraries, | Gael Guennebaud | 2011-12-09 |
| | | | | | | however, this requires some more works: - add const qualifiers in the declarations of blas.h - add the possibility to add a suffix to blas function names | ||
* | add code for band triangular problems: | Gael Guennebaud | 2011-12-01 |
| | | | | | - currently available from the BLAS interface only - and for vectors only | ||
* | move the blas.h header to blas/ and remove declaration of function returning ↵ | Gael Guennebaud | 2011-10-19 |
| | | | | a complex | ||
* | BTL: add a Eigen-blas backend | Gael Guennebaud | 2011-03-23 |
| | |||
* | forgot to include this file in previous commit (needed for lapack) | Gael Guennebaud | 2011-02-18 |
| | |||
* | split level 1 and 2 implementation files into smaller ones and fix a couple ↵ | Gael Guennebaud | 2010-11-22 |
| | | | | of numerical and tricky issues discovered by the lapack test suite | ||
* | some cleaning in blas level 2 | Gael Guennebaud | 2010-11-19 |
| | |||
* | implement HER and HER2 blas routines | Gael Guennebaud | 2010-11-19 |
| | |||
* | implement proper error handling in level 3 routines | Gael Guennebaud | 2010-11-03 |
| | |||
* | add the prototype of all level2 functions | Gael Guennebaud | 2010-10-08 |
| | |||
* | finish/fix level1 blas, all test pass | Gael Guennebaud | 2010-07-17 |
| | |||
* | fix a couple a issue with blas (new TRMM api, and enforece column major) | Gael Guennebaud | 2010-07-16 |
| | |||
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM, | Gael Guennebaud | 2010-03-01 |
| | | | | i,e., they all pass the blas test suite. More to come | ||
* | Even more NestByValue cleanup... | Hauke Heibel | 2009-12-01 |
| | |||
* | Much more NestByValue cleanup. | Hauke Heibel | 2009-12-01 |
| | |||
* | add a wip blas library built on top of Eigen. TODO: | Gael Guennebaud | 2009-09-25 |
- write extentive unit tests (maybe this already exist in other projects) - the level2 functions still have to be implemented |