aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparselu.cpp
Commit message (Collapse)AuthorAge
* 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
* Switch to MPL2Gravatar Gael Guennebaud2015-10-23
|
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix ↵Gravatar Gael Guennebaud2015-09-03
| | | | bug #1045)
* 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., ↵Gravatar Gael Guennebaud2015-06-09
| | | | SimplicialLLT without reordering)
* Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() ↵Gravatar Gael Guennebaud2015-02-16
| | | | method.
* 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
| | | | | - 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
* Add unit testsGravatar Desire NUENTSA2012-08-03