This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f8b88d21a6c31accb09e8eadc2de06809aafe06e
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Gael Guennebaud
befa141699
Fix Jacobi preconditioner with zero diagonal entries
...
(grafted from
c06ec0f464
)
2014-06-17 23:47:30 +02:00
..
BasicPreconditioners.h
Fix Jacobi preconditioner with zero diagonal entries
2014-06-17 23:47:30 +02:00
BiCGSTAB.h
Fix bug
#733
: step by step solving is not a good example for solveWithGuess
2015-02-10 14:24:39 +01: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
Really use zero guess in ConjugateGradients::solve as documented
2015-02-18 14:26:10 +01:00
IncompleteLUT.h
Fix bug
#1010
: m_isInitialized was improperly updated
2015-05-07 14:20:42 +02:00
IterativeSolverBase.h
bug
#482
: pass scalar arguments by const references. Still remains a few cases that might affect the ABI (see the bug entry)
2013-02-25 18:05:57 +01:00