aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/simplicial_cholesky.cpp
Commit message (Expand)AuthorAge
* Bug #1910: Make SparseCholesky work for RowMajor matricesGravatar Christoph Hertzberg2021-02-19
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Limit test size for sparse Cholesky solvers to EIGEN_TEST_MAX_SIZEGravatar Christoph Hertzberg2018-04-13
* Skip too large real-world problems for solvers that do not scale (e.g., Simpl...Gravatar Gael Guennebaud2015-06-09
* Add unit tests for CG and sparse-LLT for long int as storage-indexGravatar Gael Guennebaud2015-03-09
* Make the ordering method of SimplicialL[D]LT user configurable.Gravatar Gael Guennebaud2014-07-20
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* modify the unit tests of sparse linear solvers to enable tests on real matri...Gravatar Desire NUENTSA2012-03-29
* update unit test for Simplicial-CholeskyGravatar Gael Guennebaud2012-02-28
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12