aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/simplicial_cholesky.cpp
Commit message (Collapse)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 ↵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
* 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., ↵Gravatar Gael Guennebaud2015-06-09
| | | | SimplicialLLT without reordering)
* 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 ↵Gravatar Desire NUENTSA2012-03-29
| | | | matrices, from MatrixMarket for instance
* update unit test for Simplicial-CholeskyGravatar Gael Guennebaud2012-02-28
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning