aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
Commit message (Expand)AuthorAge
* Rename LSCG to LeastSquaresConjugateGradientGravatar Gael Guennebaud2015-03-05
* Add a CG-based solver for rectangular least-square problems (bug #975).Gravatar Gael Guennebaud2015-03-04
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Fix Jacobi preconditioner with zero diagonal entriesGravatar Gael Guennebaud2014-06-17
* fix bug #485: conflict between a typedef and template type parameterGravatar Gael Guennebaud2012-07-13
* 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
* add analyzePattern/factorize API to iterative solvers and basic preconditionersGravatar Gael Guennebaud2012-02-27
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12