aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers
Commit message (Expand)AuthorAge
* Fix stopping criteria of CGGravatar Gael Guennebaud2012-06-06
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix assertion conditionGravatar Gael Guennebaud2012-02-27
* add analyzePattern/factorize API to iterative solvers and basic preconditionersGravatar Gael Guennebaud2012-02-27
* clean a bit the ILUT codeGravatar Gael Guennebaud2012-02-14
* some cleaning and add copyrightsGravatar Gael Guennebaud2012-02-10
* Split the computation of the ILUT into two stepsGravatar Desire NUENTSA2012-02-10
* Add the implementation of the Incomplete LU preconditioner with dual threshol...Gravatar Desire NUENTSA2012-02-10
* set the default number of iteration to the size of the problemGravatar Gael Guennebaud2011-12-27
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* fix CG exampleGravatar Gael Guennebaud2011-11-24
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12