aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCholesky
Commit message (Expand)AuthorAge
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
* add support for solving with sparse right hand sideGravatar Desire NUENTSA2013-01-25
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...Gravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix a warning and formattingGravatar Gael Guennebaud2012-06-15
* For consistency, Simplicial* now factorizes P A P^-1 (instead of P^-1 A P).Gravatar Gael Guennebaud2012-06-07
* make Simplicial* non-copyable, and fix return type of Simplicial*::compute()Gravatar Gael Guennebaud2012-06-04
* SimplicialCholesky: avoid multiple twisting of the same matrix when calling c...Gravatar Gael Guennebaud2012-06-01
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* 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 issue...Gravatar Gael Guennebaud2012-01-26
* 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 remo...Gravatar Gael Guennebaud2011-12-04
* fix bug #282: add the possibiliry to shift the diagonal coefficients via a li...Gravatar Gael Guennebaud2011-12-03
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12