aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/incomplete_cholesky.cpp
Commit message (Collapse)AuthorAge
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
|
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require ↵Gravatar Gael Guennebaud2018-07-17
| | | | them (splitting can thus be avoided for them)
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-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 #1150: make IncompleteCholesky more robust by iteratively increase the ↵Gravatar Gael Guennebaud2016-01-23
| | | | shift until the factorization succeed (with at most 10 attempts).
* add upper|lower case in incomplete_cholesky unit testGravatar Gael Guennebaud2016-01-21
|
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08