aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers
Commit message (Expand)AuthorAge
* 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
* Handle zero right hand side in CG and GMRESGravatar Desire NUENTSA2013-03-20
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* Protect min with parenthesis in IncompleteLLTGravatar Gael Guennebaud2013-02-22
* Fix some MPL2/LGPL lisencing confusionsGravatar Gael Guennebaud2013-02-06
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Fix Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
* Improve the IncompleteLLT ... not yet robustGravatar Desire NUENTSA2012-11-13
* Add restarted GMRES with deflationGravatar Desire NUENTSA2012-11-12
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* MINRES solverGravatar dnuentsa2012-10-09
|\
* | Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
| * some clean-up and new comments.Gravatar giacomo po2012-09-24
| * Some minor optimization.Gravatar giacomo po2012-09-24