#include <BelosGCRODRIter.hpp>
Inheritance diagram for Belos::GCRODRIterInitFailure:

Public Member Functions | |
| GCRODRIterInitFailure (const std::string &what_arg) | |
This std::exception is thrown from the GCRODRIter::initialize() method, which is called by the user or from the GCRODRIter::iterate() method if isInitialized() == false.
In the case that this std::exception is thrown, GCRODRIter::isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.
Definition at line 128 of file BelosGCRODRIter.hpp.
| Belos::GCRODRIterInitFailure::GCRODRIterInitFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 129 of file BelosGCRODRIter.hpp.
1.4.7