#include <BelosRCGIter.hpp>
Inheritance diagram for Belos::RCGIterInitFailure:

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