Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵ | Gael Guennebaud | 2018-07-17 |
| | | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc | ||
* | bug #1149: fix Pastix*::*parm() | Gael Guennebaud | 2016-01-20 |
| | |||
* | Avoid blocking-size mismatch in unit tests calling Eigen's blas interface. | Gael Guennebaud | 2014-04-25 |
| | |||
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
| | | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace | ||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | modify the unit tests of sparse linear solvers to enable tests on real ↵ | Desire NUENTSA | 2012-03-29 |
| | | | | matrices, from MatrixMarket for instance | ||
* | Adding an interface to PaStiX, the multithreaded and distributed linear solver | Desire NUENTSA | 2012-03-08 |