aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/IterativeSolvers/IncompleteCholesky.h
Commit message (Expand)AuthorAge
* 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
* 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 Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
* Improve the IncompleteLLT ... not yet robustGravatar Desire NUENTSA2012-11-13
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Define sparseLU functions as staticGravatar Desire NUENTSA2012-09-25
* Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11