eigen/unsupported/Eigen/src/IterativeSolvers
Kolja Brix 953ec08089 Correct GMRES:
* Fix error in calculation of residual at restart.
* Use relative residual as stopping criterion.
* Improve documentation.
2014-08-02 18:39:15 +02:00
..
CMakeLists.txt
ConstrainedConjGrad.h Port unsupported constrained CG to Eigen3 2014-01-15 17:49:52 +01:00
DGMRES.h Fix bug #314: move remaining math functions from internal to numext namespace 2013-06-10 23:40:56 +02:00
GMRES.h Correct GMRES: 2014-08-02 18:39:15 +02:00
IncompleteCholesky.h Fix a couple of remaining warnings (missing newlines, inline-noinline, meaningless type qualifiers) 2013-03-01 14:42:36 +01:00
IncompleteLU.h
IterationController.h Fix some MPL2/LGPL lisencing confusions 2013-02-06 11:30:33 +01:00
MINRES.h MINRES, bug #715: add support for zero rhs, and remove square test. 2014-03-17 16:33:52 -07:00
Scaling.h Move using std::abs from Eigen's namespace to function scope. 2014-07-08 10:28:09 +02:00