index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
IterativeLinearSolvers
/
BiCGSTAB.h
Commit message (
Expand
)
Author
Age
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Factorize solveWithGuess in IterativeSolverBase
Gael Guennebaud
2014-09-01
*
Refactoring of sparse solvers through a SparseSolverBase class and usage of t...
Gael Guennebaud
2014-09-01
*
Do not apply the preconditioner before starting the iterations as this might ...
Gael Guennebaud
2014-08-21
*
Fix regeression in bicgstab: the threshold used to detect the need for a rest...
Gael Guennebaud
2014-07-01
*
Fix bug #674: typo in documentation example for BiCGSTAB. They are now proper...
Gael Guennebaud
2013-10-16
*
Fix bicgstab for complexes, and avoid a duplicate computation
Gael Guennebaud
2013-07-02
*
Improve BiCGSTAB robustness: fix a divide by zero and allow to restart with a...
Gael Guennebaud
2013-07-01
*
Bug567 : Fix iterative solvers to immediately return when the initial guess i...
Desire NUENTSA
2013-03-20
*
Improve BiCGSTAB : With exact preconditioner, the solution should be found in...
Desire NUENTSA
2012-09-19
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
some cleaning and add copyrights
Gael Guennebaud
2012-02-10
*
Split the computation of the ILUT into two steps
Desire NUENTSA
2012-02-10
*
Add the implementation of the Incomplete LU preconditioner with dual threshol...
Desire NUENTSA
2012-02-10
*
set the default number of iteration to the size of the problem
Gael Guennebaud
2011-12-27
*
improve documentation of some sparse related classes
Gael Guennebaud
2011-12-02
*
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...
Gael Guennebaud
2011-11-12