aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers
Commit message (Expand)AuthorAge
...
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* Protect min with parenthesis in IncompleteLLTGravatar Gael Guennebaud2013-02-22
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Fix Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
* Improve the IncompleteLLT ... not yet robustGravatar Desire NUENTSA2012-11-13
* Add restarted GMRES with deflationGravatar Desire NUENTSA2012-11-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
| * some clean-up and new comments.Gravatar giacomo po2012-09-24
| * Some minor optimization.Gravatar giacomo po2012-09-24
| * moved MINRES to unsupported. Made unit test.Gravatar giacomo po2012-09-24
* | Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
|/
* Add a EIGEN_MPL2_ONLY build option to generate compiler errors when including...Gravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix GMRESGravatar Gael Guennebaud2012-06-23
* 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
* Algorithm to equilibrate rows and columns of a square matrixGravatar Desire NUENTSA2012-03-22
* 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