|
Belos
Version of the Day
|
Pure virtual base class which augments the basic interface for a Gmres linear solver iteration. More...


Go to the source code of this file.
Classes | |
| struct | Belos::GmresIterationState< ScalarType, MV > |
| Structure to contain pointers to GmresIteration state variables. More... | |
| class | Belos::GmresIterationInitFailure |
| GmresIterationInitFailure is thrown when the GmresIteration object is unable to generate an initial iterate in the GmresIteration::initialize() routine. More... | |
| class | Belos::GmresIterationOrthoFailure |
| GmresIterationOrthoFailure is thrown when the GmresIteration object is unable to compute independent direction vectors in the GmresIteration::iterate() routine. More... | |
| class | Belos::GmresIterationLAPACKFailure |
| GmresIterationLAPACKFailure is thrown when a nonzero return value is passed back from an LAPACK routine. More... | |
| class | Belos::GmresIteration< ScalarType, MV, OP > |
Namespaces | |
| Belos | |
Pure virtual base class which augments the basic interface for a Gmres linear solver iteration.
Definition in file BelosGmresIteration.hpp.
1.8.5