aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
Commit message (Expand)AuthorAge
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Make IncompleteLUT use SparseSolverBase.Gravatar Gael Guennebaud2014-09-01
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* IncompleteLUT should not raise an assert in compute if factorize failed.Gravatar Gael Guennebaud2013-07-17
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Replace int by IndexGravatar Desire NUENTSA2013-04-08
* Fixing bug #578. Thanks to Angelos <filiatra@gmail.com>Gravatar Christoph Hertzberg2013-04-03
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Cleaning documentation pass in ordering and ILUTGravatar Gael Guennebaud2013-01-12
* Incomplete Cholesky preconditioner... not yet stableGravatar Desire NUENTSA2012-09-11
* Manual MPL2 relicensing fixesGravatar Benoit Jacob2012-07-13
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix assertion conditionGravatar Gael Guennebaud2012-02-27
* add analyzePattern/factorize API to iterative solvers and basic preconditionersGravatar Gael Guennebaud2012-02-27
* clean a bit the ILUT codeGravatar Gael Guennebaud2012-02-14
* some cleaning and add copyrightsGravatar Gael Guennebaud2012-02-10
* Split the computation of the ILUT into two stepsGravatar Desire NUENTSA2012-02-10
* Add the implementation of the Incomplete LU preconditioner with dual threshol...Gravatar Desire NUENTSA2012-02-10