#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosLinearProblem.hpp"
#include "BelosMatOrthoManager.hpp"
#include "BelosOutputManager.hpp"
#include "BelosStatusTest.hpp"
#include "BelosOperatorTraits.hpp"
#include "BelosMultiVecTraits.hpp"
#include "Teuchos_BLAS.hpp"
#include "Teuchos_LAPACK.hpp"
#include "Teuchos_SerialDenseMatrix.hpp"
#include "Teuchos_SerialDenseVector.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include <fstream>
#include <iomanip>
Include dependency graph for BelosRCGIter.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Belos |
Classes | |
| struct | Belos::RCGIterState< ScalarType, MV > |
| Structure to contain pointers to RCGIter state variables. More... | |
| class | Belos::RCGIterInitFailure |
| RCGIterInitFailure is thrown when the RCGIter object is unable to generate an initial iterate in the RCGIter::initialize() routine. More... | |
| class | Belos::RCGIterFailure |
| RCGIterFailure is thrown when the RCGIter object is unable to compute the next iterate in the RCGIter::iterate() routine. More... | |
| class | Belos::RCGIterOrthoFailure |
| RCGIterOrthoFailure is thrown when the RCGIter object is unable to compute independent direction vectors in the RCGIter::iterate() routine. More... | |
| class | Belos::RCGIterLAPACKFailure |
| RCGIterLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK routine. More... | |
| class | Belos::RCGIter< ScalarType, MV, OP > |
| This class implements the RCG iteration, where a single-stdvector Krylov subspace is constructed. More... | |
Definition in file BelosRCGIter.hpp.
1.4.7