Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add cmake-option to enable/disable creation of tests | NeroBurner | 2017-01-02 |
| | | | | | | | | | * * * disable unsupportet/test when test are disabled * * * rename EIGEN_ENABLE_TESTS to BUILD_TESTING * * * consider BUILD_TESTING in blas | ||
* | Reenable the generation of dynamic blas libraries. | Benoit Steiner | 2016-11-03 |
| | |||
* | Pulled latest updates from trunk | Benoit Steiner | 2016-10-05 |
| | |||
* | Use f2c generated code instead of the original fortran code, except for ↵ | Gael Guennebaud | 2014-12-11 |
| | | | | dotc/dotu. | ||
* | Adds a modified f2c-generated C implmentation for BLAS. | Tim Murray | 2014-11-24 |
| | | | | | | | | | This adds an optional implementation for the BLAS library that does not require the use of a FORTRAN compiler. It can be enabled with EIGEN_USE_F2C_BLAS. The C implementation uses the standard gfortran calling convention and does not require the use of -ff2c when compiled with gfortran. | ||
* | Fix Fortran compiler detection | Gael Guennebaud | 2014-02-13 |
| | |||
* | Fix rank-1 update for self-adjoint packed matrices. | Chen-Pang He | 2012-09-10 |
| | |||
* | Implement packed triangular solver. | Chen-Pang He | 2012-09-10 |
| | |||
* | Implement packed triangular matrix-vector product. | Chen-Pang He | 2012-09-09 |
| | |||
* | Implement rank-1 update for self-adjoint packed matrices. | Chen-Pang He | 2012-09-08 |
| | |||
* | Implement rank-2 update for packed matrices. | Chen-Pang He | 2012-09-08 |
| | |||
* | add code for band triangular problems: | Gael Guennebaud | 2011-12-01 |
| | | | | | - currently available from the BLAS interface only - and for vectors only | ||
* | hopefully this workaround of cmake bug #9220 works for MSVC too | Gael Guennebaud | 2011-10-24 |
| | |||
* | Enable incomplete BLAS/Lapack builds when no fortran compiler has been found. | Gael Guennebaud | 2011-09-21 |
| | | | | Works here with gcc. Hopefully this will work for MSVC too. | ||
* | enable instalation of blas and lapack libs | Gael Guennebaud | 2011-07-11 |
| | |||
* | forgot that one, again | Gael Guennebaud | 2011-02-18 |
| | |||
* | forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL) | Gael Guennebaud | 2011-02-17 |
| | |||
* | implement GBMV | Gael Guennebaud | 2011-02-02 |
| | |||
* | enforce compilation of blas unit tests when running ctest | Gael Guennebaud | 2010-12-12 |
| | |||
* | Remove parentheses for compatibility with cmake 2.6.2 | Jitse Niesen | 2010-11-24 |
| | |||
* | now the full blas folder requires a fortran compiler | Gael Guennebaud | 2010-11-22 |
| | |||
* | import reference BLAS routines which are not already implemented in Eigen : ↵ | Gael Guennebaud | 2010-11-22 |
| | | | | modified givens rotations, and packed and banded storages | ||
* | fix issue 114: workaround cmake enable_language bug | Gael Guennebaud | 2010-11-20 |
| | |||
* | import BLAS test suite | Gael Guennebaud | 2010-10-14 |
| | |||
* | add platform check for how to link to the standard math library. | Benoit Jacob | 2010-04-19 |
| | | | | This allows to support QNX. | ||
* | blas: fix compilation and build both a shared and static lib | Gael Guennebaud | 2010-03-24 |
| | |||
* | blas: add a default implementation of xerbla | Gael Guennebaud | 2010-03-02 |
| | |||
* | 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 | ||
* | Added cmake project definitions. | Hauke Heibel | 2009-10-02 |
| | |||
* | * Introduce make targets btest (build tests), blas (build blas lib), demos ↵ | Benoit Jacob | 2009-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: | Gael Guennebaud | 2009-09-25 |
- write extentive unit tests (maybe this already exist in other projects) - the level2 functions still have to be implemented |