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
c6e8caf0900ae303e9e7399bed00af705015ff17
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Gael Guennebaud
c6e8caf090
Allows Lower|Upper as a template argument of CG and MINRES: in this case the full matrix will be considered.
2015-02-10 18:57:41 +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
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
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
Allows Lower|Upper as a template argument of CG and MINRES: in this case the full matrix will be considered.
2015-02-10 18:57:41 +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