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
51573da3a4407288b900e8764e20de4fc09018d3
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Gael Guennebaud
1caeb814f0
Fix bicgstab for complexes, and avoid a duplicate computation
2013-07-02 08:14:10 +02: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 bicgstab for complexes, and avoid a duplicate computation
2013-07-02 08:14:10 +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
#314
: move remaining math functions from internal to numext namespace
2013-06-10 23:40:56 +02:00
IncompleteLUT.h
Fix bug
#314
: move remaining math functions from internal to numext namespace
2013-06-10 23:40:56 +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