| So-Bogus
    A c++ sparse block matrix library aimed at Second Order cone problems | 
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... | |
Namespace containing the implementations of the methods listed in Method, as specializations of KrylovSolverBase.