aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers/GMRES.h
Commit message (Collapse)AuthorAge
* Fix most Doxygen warnings. Also add links to stable documentation from ↵Gravatar Christoph Hertzberg2018-10-19
| | | | | | | unsupported modules (by using the corresponding Doxytags file). Manually grafted from d107a371c61b764c73fd1570b1f3ed1c6400dd7e
* Iterative solvers: unify and fix handling of multiple rhs.Gravatar Gael Guennebaud2018-10-15
| | | | m_info was not properly computed and the logic was repeated in several places.
* 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 ↵Gravatar David Dement2016-05-16
| | | | achieved in the solution process
* 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
| | | | | | - fix usage of Index (API) versus StorageIndex (when multiple indexes are stored) - use StorageIndex(val) when the input has already been check - use internal::convert_index<StorageIndex>(val) when val is potentially unsafe (directly comes from user input)
* Index refactoring: StorageIndex must be used for storage only (and locally ↵Gravatar Gael Guennebaud2015-02-13
| | | | when it make sense). In all other cases use the global Index type.
* Merge Index-refactoring branch with default, fix PastixSupport, remove some ↵Gravatar Gael Guennebaud2015-02-13
|\ | | | | | | useless typedefs
| * 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 ↵Gravatar Christoph Hertzberg2014-12-04
|/ | | | to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
* 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 error in calculation of residual at restart. * Use relative residual as stopping criterion. * Improve documentation.
* Fix GMRES: Initialize essential Householder vector with correct dimension. ↵Gravatar Kolja Brix2014-07-10
| | | | Add check if initial guess is already a sufficient approximation.
* 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 ↵Gravatar Desire NUENTSA2013-03-20
| | | | is the true solution and for trivial solution
* 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