#include <BelosPseudoBlockGmresIter.hpp>
Inheritance diagram for Belos::PseudoBlockGmresIterInitFailure:

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