This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-05-18 23:57:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Gael Guennebaud
56d4ef7ad6
BiCGSTAB: set default guess to 0, and improve restart mechanism by recomputing the accurate residual.
2015-06-05 14:37:57 +02:00
..
BasicPreconditioners.h
Rename LSCG to LeastSquaresConjugateGradient
2015-03-05 10:16:32 +01:00
BiCGSTAB.h
BiCGSTAB: set default guess to 0, and improve restart mechanism by recomputing the accurate residual.
2015-06-05 14:37:57 +02:00
CMakeLists.txt
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning
2011-11-12 14:11:27 +01:00
ConjugateGradient.h
Fix compilation of iterative solvers with dense matrices
2015-03-09 21:31:03 +01:00
IncompleteLUT.h
Fix bug
#1010
: m_isInitialized was improperly updated
2015-05-07 14:20:42 +02:00
IterativeSolverBase.h
Fix compilation of iterative solvers with dense matrices
2015-03-09 21:31:03 +01:00
LeastSquareConjugateGradient.h
Rename LSCG to LeastSquaresConjugateGradient
2015-03-05 10:16:32 +01:00
SolveWithGuess.h
Remove deprecated usage of expr::Index.
2015-02-16 14:46:51 +01:00