Belos
Version of the Day
|
Belos concrete class for performing the RCG iteration. More...
#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>
Go to the source code of this file.
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-std::vector Krylov subspace is constructed. More... | |
Namespaces | |
Belos | |
Belos concrete class for performing the RCG iteration.
Definition in file BelosRCGIter.hpp.