So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
|
Krylov methods implementation. More...
Namespaces | |
solvers | |
Namespace containing the implementations of the methods listed in Method, as specializations of KrylovSolverBase. | |
Classes | |
struct | KrylovSolverBase |
Enumerations | |
enum | Method { CG, BiCG, BiCGSTAB, CGS, GMRES, TFQMR } |
Enumerator | |
---|---|
CG |
Conjugate Gradient.
|
BiCG |
BiConjugate Gradient.
|
BiCGSTAB |
BiConjugate Gradient Stabilized.
|
CGS |
Conjugate Gradient Squared.
|
GMRES |
Generalized Minimal Residual.
|
TFQMR |
Tranpose-free Quasi Minimal Residual.
|