|
Belos Package Browser (Single Doxygen Collection)
Development
|
RCGIterInitFailure is thrown when the RCGIter object is unable to generate an initial iterate in the RCGIter::initialize() routine. More...
#include <BelosRCGIter.hpp>

Public Member Functions | |
| RCGIterInitFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::BelosError | |
| BelosError (const std::string &what_arg) | |
RCGIterInitFailure is thrown when the RCGIter object is unable to generate an initial iterate in the RCGIter::initialize() routine.
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 158 of file BelosRCGIter.hpp.
|
inline |
Definition at line 159 of file BelosRCGIter.hpp.
1.8.5