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
bd511dde9da3a1f147b3d0d70e76298f759c4420
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Jan Blechta
c3f3580b8f
Fix bug
#733
: step by step solving is not a good example for solveWithGuess
2015-02-10 14:24:39 +01:00
..
BasicPreconditioners.h
Make constructors explicit if they could lead to unintended implicit conversion
2014-09-23 14:28:23 +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
Fix bug
#733
: step by step solving is not a good example for solveWithGuess
2015-02-10 14:24:39 +01:00
IncompleteLUT.h
Make constructors explicit if they could lead to unintended implicit conversion
2014-09-23 14:28:23 +02:00
IterativeSolverBase.h
bug
#897
: makes iterative sparse solvers use a Ref<SparseMatrix> instead of a SparseMatrix pointer. This fixes usage of iterative solvers with a Map<SparseMatrix>.
2015-02-09 11:41:25 +01:00
SolveWithGuess.h
bug
#889
: fix protected typedef
2014-10-08 07:48:30 +02:00