aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers
Commit message (Expand)AuthorAge
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* factorize solving with guessGravatar Gael Guennebaud2011-10-24
* add a basic ILU preconditionerGravatar Gael Guennebaud2011-10-11
* extend BiCGSTAB to arbitrary rhsGravatar Gael Guennebaud2011-10-11
* extend CG for multiple right hand sidesGravatar Gael Guennebaud2011-10-11
* DiagonalPrecond: fix potential segfault in case the diagonal contains explcii...Gravatar Gael Guennebaud2011-10-09
* BiCGSTAB does not like starting from 0...Gravatar Gael Guennebaud2011-09-21
* fix status after initializationGravatar Gael Guennebaud2011-09-20
* add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
* compilation fix with conjugate_gradient_solve_retval_with_guessGravatar Gael Guennebaud2011-07-26
* add the possibility to configure the preconditionerGravatar Gael Guennebaud2011-07-26
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Correct syntax error in doxygen comment.Gravatar Jitse Niesen2009-08-18
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* fix install of IterativeSolvers moduleGravatar Gael Guennebaud2009-02-18
* added an experimental IterativeSolvers module (currently in unsupported)Gravatar Gael Guennebaud2009-02-10