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-11 23:39:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Gael Guennebaud
285112fc55
Fix bug
#688
: make it clearer that CG is for both dense and sparse matrices.
2013-10-28 15:56:30 +01:00
..
BasicPreconditioners.h
fix bug
#485
: conflict between a typedef and template type parameter
2012-07-13 20:54:38 +02:00
BiCGSTAB.h
Fix bug
#674
: typo in documentation example for BiCGSTAB. They are now proper snippet files.
2013-10-16 15:25:39 +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 bug
#688
: make it clearer that CG is for both dense and sparse matrices.
2013-10-28 15:56:30 +01:00
IncompleteLUT.h
IncompleteLUT should not raise an assert in compute if factorize failed.
2013-07-17 09:21:07 +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