aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers
Commit message (Expand)AuthorAge
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Remove std::cerr in iterative solver since we don't have iostream.Gravatar David Tellenbach2021-01-21
* 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
* DGMRES: fix null rhs, fix restart, fix m_isDeflInitialized for multiple solveGravatar Gael Guennebaud2018-10-15
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
* bug #1558: fix a corner case in MINRES when both v_new and w_new vanish.Gravatar David Hyde2018-07-08
* Some warning fixesGravatar Gael Guennebaud2018-07-17
* fix prototypeGravatar Gael Guennebaud2018-06-08
* Fix int versus IndexGravatar Gael Guennebaud2018-06-07
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Hyperlink DOIs against preferred resolverGravatar Katrin Leinweber2018-05-24
* Make scaling work with non-square matricesGravatar Julian Kent2017-03-03
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* 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
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Improve doc of IncompleteCholeskyGravatar Gael Guennebaud2015-10-08
* Fix return by value versus ref typo in IncompleteCholeskyGravatar Gael Guennebaud2015-10-07
* bug #1076: fix scaling in IncompleteCholesky, improve doc, add read-only acce...Gravatar Gael Guennebaud2015-10-06
* Remove dense nested loops in IncompleteCholeskyGravatar Gael Guennebaud2015-08-04
* Numerous fixes for IncompleteCholesky. Still have to make it fully exploit th...Gravatar Gael Guennebaud2015-08-04
* 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
| * typoGravatar Gael Guennebaud2015-02-10
| * Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...Gravatar Gael Guennebaud2015-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
|/
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* 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
* Move using std::abs from Eigen's namespace to function scope.Gravatar Gael Guennebaud2014-07-08
* Fix dox for namespacesGravatar Chen-Pang He2014-07-05
* MINRES, bug #715: add support for zero rhs, and remove square test.Gravatar giacomo po2014-03-17
* Port unsupported constrained CG to Eigen3Gravatar Anton Gladky2014-01-15
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Add complex support to dgmres and the unit testGravatar Desire NUENTSA2013-03-20
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20