aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
Commit message (Expand)AuthorAge
* Iterative solvers: unify and fix handling of multiple rhs.Gravatar Gael Guennebaud2018-10-15
* 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
* Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
* Doc: explain perf and multithreading issues in sparse iterative solversGravatar Gael Guennebaud2015-06-26
* Clarify documentation of the tolerance and error returned in iterative solversGravatar Gael Guennebaud2015-06-25
* BiCGSTAB: set default guess to 0, and improve restart mechanism by recomputin...Gravatar Gael Guennebaud2015-06-05
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* 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
| * bug #897: makes iterative sparse solvers use a Ref<SparseMatrix> instead of a...Gravatar Gael Guennebaud2015-02-09
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix typos in docs for IterativeLinearSolvers moduleGravatar Jitse Niesen2014-09-21
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Factorize solveWithGuess in IterativeSolverBaseGravatar Gael Guennebaud2014-09-01
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Do not apply the preconditioner before starting the iterations as this might ...Gravatar Gael Guennebaud2014-08-21
* Fix regeression in bicgstab: the threshold used to detect the need for a rest...Gravatar Gael Guennebaud2014-07-01
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper...Gravatar Gael Guennebaud2013-10-16
* Fix bicgstab for complexes, and avoid a duplicate computationGravatar Gael Guennebaud2013-07-02
* Improve BiCGSTAB robustness: fix a divide by zero and allow to restart with a...Gravatar Gael Guennebaud2013-07-01
* Bug567 : Fix iterative solvers to immediately return when the initial guess i...Gravatar Desire NUENTSA2013-03-20
* Improve BiCGSTAB : With exact preconditioner, the solution should be found in...Gravatar Desire NUENTSA2012-09-19
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* 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
* set the default number of iteration to the size of the problemGravatar Gael Guennebaud2011-12-27
* improve documentation of some sparse related classesGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12