aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCholesky
Commit message (Collapse)AuthorAge
* SimplicialCholesky*: s/LLt/LLT and s/LDLt/LDLT for consistency with dense namesGravatar Gael Guennebaud2012-02-27
|
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
|
* SimplicialCholesky: the shift offset must be real, and fix a comparison ↵Gravatar Gael Guennebaud2012-01-26
| | | | issue for complexes
* Check for positive definiteness in SimplicialLLTGravatar Christoph Hertzberg2012-01-14
|
* fix bug #294: add a diagonal() method to SparseMatrix (const)Gravatar Gael Guennebaud2011-12-04
|
* make the accessors to internal sparse storage part of the public API and ↵Gravatar Gael Guennebaud2011-12-04
| | | | remove their "_" prefix.
* fix bug #282: add the possibiliry to shift the diagonal coefficients via a ↵Gravatar Gael Guennebaud2011-12-03
| | | | linear function.
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning