aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers/GMRES.h
Commit message (Expand)AuthorAge
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Iterative solvers: unify and fix handling of multiple rhs.Gravatar Gael Guennebaud2018-10-15
* Fix compilation when defaulting to row-majorGravatar Gael Guennebaud2016-05-27
* Remove std:: to enable custom scalar types.Gravatar Gael Guennebaud2016-05-19
* made a fix to the GMRES solver so that it now correctly reports the error ach...Gravatar David Dement2016-05-16
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* code simplificationGravatar Gael Guennebaud2015-06-09
* formattingGravatar Gael Guennebaud2015-06-09
* remove redundant dynamic allocations in GMRESGravatar Gael Guennebaud2015-06-09
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Fix bug #733: step by step solving is not a good example for solveWithGuessGravatar Jan Blechta2015-02-10
| * bug #897: Update unsupported iterative solvers based on IterativeSolverBased.Gravatar Gael Guennebaud2015-02-10
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Make unsupport sparse solvers use SparseSolverBaseGravatar Gael Guennebaud2014-09-01
* Correct GMRES:Gravatar Kolja Brix2014-08-02
* Fix GMRES: Initialize essential Householder vector with correct dimension. Ad...Gravatar Kolja Brix2014-07-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
* 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