aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/IterativeSolvers
Commit message (Collapse)AuthorAge
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* Adding a householder-GMRES implementation from Kolja BrixGravatar Desire NUENTSA2012-03-29
|
* SSOR is not there yetGravatar Gael Guennebaud2012-02-19
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
| | | | stable yet" warning
* add a basic ILU preconditionerGravatar Gael Guennebaud2011-10-11
|
* extend CG for multiple right hand sidesGravatar Gael Guennebaud2011-10-11
|
* add a bi conjugate gradient stabilized solverGravatar Gael Guennebaud2011-09-17
|
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
|
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
|
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
| | | | (I thought I committed it a week ago but it seems the command failed)
* added an experimental IterativeSolvers module (currently in unsupported)Gravatar Gael Guennebaud2009-02-10
with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step.