So-Bogus
A c++ sparse block matrix library aimed at Second Order cone problems
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
bogus::krylov::solvers Namespace Reference

Namespace containing the implementations of the methods listed in Method, as specializations of KrylovSolverBase. More...

Classes

struct  CG
 Solves ( m_A * x = b ) using the Conjugate Gradient algorithm. More...
 
struct  BiCG
 Solves ( m_A * x = b ) using the BiConjugate Gradient algorithm. More...
 
struct  BiCGSTAB
 Solves ( m_A * x = b ) using the BiConjugate Gradient stabilized algorithm. More...
 
struct  CGS
 Solves ( m_A * x = b ) using the Conjugate Gradient Squared algorithm. More...
 
struct  GMRES
 Solves ( m_A * x = b ) using the (restarted) Generalized Minimum Residual. More...
 
struct  TFQMR
 Solves ( m_A * x = b ) using the transpose-free Quasi Minimal Reisual method. More...
 

Detailed Description

Namespace containing the implementations of the methods listed in Method, as specializations of KrylovSolverBase.