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-06 19:29:08 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Desire NUENTSA
4107b371e3
Handle zero right hand side in CG and GMRES
2013-03-20 11:22:45 +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
Improve BiCGSTAB : With exact preconditioner, the solution should be found in one iteration
2012-09-19 18:32:02 +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
Handle zero right hand side in CG and GMRES
2013-03-20 11:22:45 +01:00
IncompleteLUT.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
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