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
9f0c5c3669a985a0dfa44db2ab05306edf1130c1
eigen
/
Eigen
/
src
/
IterativeLinearSolvers
History
luz.paz
e3912f5e63
MIsc. source and comment typos
...
Found using `codespell` and `grep` from downstream FreeCAD
2018-03-11 10:01:44 -04:00
..
BasicPreconditioners.h
Use col method for column-major matrix
2017-10-17 21:51:27 +02:00
BiCGSTAB.h
Add matrix-free solver example
2015-12-07 12:33:38 +01:00
ConjugateGradient.h
Implement wrapper for matrix-free iterative solvers
2015-12-07 12:23:22 +01:00
IncompleteCholesky.h
Extend doc on shifting strategy
2016-01-27 15:55:15 +01:00
IncompleteLUT.h
MIsc. source and comment typos
2018-03-11 10:01:44 -04:00
IterativeSolverBase.h
MIsc. source and comment typos
2018-03-11 10:01:44 -04:00
LeastSquareConjugateGradient.h
Implement wrapper for matrix-free iterative solvers
2015-12-07 12:23:22 +01:00
SolveWithGuess.h
Fix regression in X = (X*X.transpose())/s with X rectangular by deferring resizing of the destination after the creation of the evaluator of the source expression.
2016-10-26 22:50:41 +02:00