|
Belos
Version of the Day
|
MinresIterationInitFailure is thrown when the MinresIteration object is unable to generate an initial iterate in the MinresIteration::initialize() routine. More...
#include <BelosMinresIteration.hpp>

Public Member Functions | |
| MinresIterationInitFailure (const std::string &what_arg) | |
MinresIterationInitFailure is thrown when the MinresIteration object is unable to generate an initial iterate in the MinresIteration::initialize() routine.
This std::exception is thrown from the MinresIteration::initialize() method, which is called by the user or from the MinresIteration::iterate() method if isInitialized() == false.
In the case that this std::exception is thrown, MinresIteration::isInitialized() will be false and the user will need to provide a new initial iterate to the iteration.
Definition at line 106 of file BelosMinresIteration.hpp.
| Belos::MinresIterationInitFailure::MinresIterationInitFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 107 of file BelosMinresIteration.hpp.
1.7.6.1