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
ecbf2a6656830def411393927aba3a1b987d6536
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
Gael Guennebaud
0f464d9d87
bug
#897
: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).
...
Add respective regression unit test.
2015-02-16 17:05:10 +01:00
..
BasicPreconditioners.h
bug
#877
, bug
#572
: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
2014-12-04 22:48:53 +01:00
BiCGSTAB.h
Fix many long to int conversion warnings:
2015-02-16 13:19:05 +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 many long to int conversion warnings:
2015-02-16 13:19:05 +01:00
IncompleteLUT.h
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
2015-02-13 18:57:41 +01:00
IterativeSolverBase.h
bug
#897
: fix regression in BiCGSTAB(mat) ctor (an all other iterative solvers).
2015-02-16 17:05:10 +01:00
SolveWithGuess.h
Remove deprecated usage of expr::Index.
2015-02-16 14:46:51 +01:00