aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/IterativeSolvers
Commit message (Collapse)AuthorAge
* fixed doxygen for unsupported iterative solver moduleGravatar Jens Wehner2021-04-11
|
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
|
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
|
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
|
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
|
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
|
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
|
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* MINRES solverGravatar dnuentsa2012-10-09
|\
| * moved MINRES to unsupported. Made unit test.Gravatar giacomo po2012-09-24
| |
* | Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
|/
* 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.