aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
Commit message (Collapse)AuthorAge
* Fix bug #688: make it clearer that CG is for both dense and sparse matrices.Gravatar Gael Guennebaud2013-10-28
|
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
|
* Bug567 : Fix iterative solvers to immediately return when the initial guess ↵Gravatar Desire NUENTSA2013-03-20
| | | | is the true solution and for trivial solution
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Fix stopping criteria of CGGravatar Gael Guennebaud2012-06-06
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* 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