#include <BelosCGIteration.hpp>
Inheritance diagram for Belos::CGIterationInitFailure:

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