aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers
Commit message (Collapse)AuthorAge
* 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 ↵Gravatar Desire NUENTSA2012-02-10
| | | | | | threshold (ILUT) Modify the BiCGSTAB function to check the residual norm of the initial guess
* 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 ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning