aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/sparse_ldlt.cpp
Commit message (Collapse)AuthorAge
* mark deprecated sparse solvers as so.Gravatar Gael Guennebaud2011-10-24
|
* refactor sparse solving unit testsGravatar Gael Guennebaud2011-10-11
|
* the min/max macros to detect unprotected min/max were undefined by some std ↵Gravatar Gael Guennebaud2011-08-19
| | | | | | header, so let's declare them after and do the respective fixes ;)
* Sparse: fix long int as index type in simplicial cholesky and other ↵Gravatar Gael Guennebaud2011-06-06
| | | | decompositions
* enable some tests that have been commented outGravatar Gael Guennebaud2011-02-18
|
* clean a bit AMD and SimplicialCholesky and add support for partly stored ↵Gravatar Gael Guennebaud2010-11-18
| | | | selfadjoint matrices
* add a minimum degree ordering routine based on CSparse (LGPL) and a new ↵Gravatar Gael Guennebaud2010-11-04
| | | | built-in sparse cholesky decomposition
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* remove the Taucs backend : Taucs is not maintained anymore and the backend ↵Gravatar Gael Guennebaud2010-10-06
| | | | was crap anyway
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
| | | | | | | | * change Sparse* specialization's signatures from <..., int Backend> to <..., typename Backend>. Update SparseExtra accordingly to use structs instead of the SparseBackend enum. * add SparseLDLT Cholmod specialization * for Cholmod and UmfPack, SparseLU, SparseLLT and SparseLDLT now use ei_solve_retval and have the new solve() method (to be closer to the 3.0 API). * fix doc
* fix compilation of sparse testsGravatar Gael Guennebaud2010-06-19
|
* add missing filesGravatar Gael Guennebaud2010-06-18