aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
Commit message (Collapse)AuthorAge
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
|
* Fix typos in docs for IterativeLinearSolvers moduleGravatar Jitse Niesen2014-09-21
|
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
|
* Factorize solveWithGuess in IterativeSolverBaseGravatar Gael Guennebaud2014-09-01
|
* Refactoring of sparse solvers through a SparseSolverBase class and usage of ↵Gravatar Gael Guennebaud2014-09-01
| | | | the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
* bug #482: pass scalar arguments by const references. Still remains a few ↵Gravatar Gael Guennebaud2013-02-25
| | | | cases that might affect the ABI (see the bug entry)
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
|
* 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
|
* set the default number of iteration to the size of the problemGravatar Gael Guennebaud2011-12-27
|
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
|
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not ↵Gravatar Gael Guennebaud2011-11-12
stable yet" warning