Belos Package Browser (Single Doxygen Collection)
Development
|
Pure virtual base class which augments the basic interface for a conjugate gradient linear solver iteration. More...
#include "BelosConfigDefs.hpp"
#include "BelosTypes.hpp"
#include "BelosIteration.hpp"
#include "BelosMultiVecTraits.hpp"
#include "Teuchos_Assert.hpp"
Go to the source code of this file.
Classes | |
class | Belos::CGIterationStateBase< ScalarType, MV > |
Structure to contain pointers to CGIteration state variables. More... | |
class | Belos::CGIterationInitFailure |
CGIterationInitFailure is thrown when the CGIteration object is unable to generate an initial iterate in the CGIteration::initialize() routine. More... | |
class | Belos::CGIterateFailure |
CGIterateFailure is thrown when the CGIteration object is unable to compute the next iterate in the CGIteration::iterate() routine. More... | |
class | Belos::CGPositiveDefiniteFailure |
CGPositiveDefiniteFailure is thrown when the the CG 'alpha = p^H*A*P' value is less than zero, indicating a breakdown in the computation due to roundoff or a non-positive-definite matrix. More... | |
class | Belos::CGIterationOrthoFailure |
CGIterationOrthoFailure is thrown when the CGIteration object is unable to compute independent direction vectors in the CGIteration::iterate() routine. More... | |
class | Belos::CGIterationLAPACKFailure |
CGIterationLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK routine. More... | |
class | Belos::CGIteration< ScalarType, MV, OP > |
Namespaces | |
Belos | |
Pure virtual base class which augments the basic interface for a conjugate gradient linear solver iteration.
Definition in file BelosCGIteration.hpp.