index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
src
/
IterativeSolvers
/
MINRES.h
Commit message (
Expand
)
Author
Age
*
Add matrix-free solver example
Gael Guennebaud
2015-12-07
*
Implement wrapper for matrix-free iterative solvers
Gael Guennebaud
2015-12-07
*
bug #1092: fix iterative solver ctors for expressions as input
Gael Guennebaud
2015-10-26
*
Fix many long to int conversion warnings:
Gael Guennebaud
2015-02-16
*
Index refactoring: StorageIndex must be used for storage only (and locally wh...
Gael Guennebaud
2015-02-13
*
Merge Index-refactoring branch with default, fix PastixSupport, remove some u...
Gael Guennebaud
2015-02-13
|
\
|
*
Fix bug #733: step by step solving is not a good example for solveWithGuess
Jan Blechta
2015-02-10
|
*
typo
Gael Guennebaud
2015-02-10
|
*
Allows Lower|Upper as a template argument of CG and MINRES: in this case the ...
Gael Guennebaud
2015-02-10
|
*
bug #897: Update unsupported iterative solvers based on IterativeSolverBased.
Gael Guennebaud
2015-02-10
*
|
bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...
Christoph Hertzberg
2014-12-04
|
/
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Make unsupport sparse solvers use SparseSolverBase
Gael Guennebaud
2014-09-01
*
MINRES, bug #715: add support for zero rhs, and remove square test.
giacomo po
2014-03-17
*
Replace assert() by eigen_assert() (fixes bug #548).
Jitse Niesen
2013-02-02
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
some clean-up and new comments.
giacomo po
2012-09-24
*
Some minor optimization.
giacomo po
2012-09-24
*
moved MINRES to unsupported. Made unit test.
giacomo po
2012-09-24