aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparselu.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Switch to MPL2Gravatar Gael Guennebaud2015-10-23
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix b...Gravatar Gael Guennebaud2015-09-03
* bug #792: SparseLU::factorize failed for structurally rank deficient matricesGravatar Christoph Hertzberg2015-07-26
* Skip too large real-world problems for solvers that do not scale (e.g., Simpl...Gravatar Gael Guennebaud2015-06-09
* Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() met...Gravatar Gael Guennebaud2015-02-16
* Fix SparseLU::absDeterminant and add respective unit testGravatar Gael Guennebaud2014-10-17
* SparseLU: make COLAMDOrdering the default ordering method.Gravatar Gael Guennebaud2013-07-17
* SparseLU does not accept row-major matrices for the destination.Gravatar Gael Guennebaud2013-02-22
* Change int to Index type for SparseLUGravatar Desire NUENTSA2013-01-29
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Add unit testsGravatar Desire NUENTSA2012-08-03