#include <BelosTFQMRIter.hpp>
Inheritance diagram for Belos::TFQMRIterInitFailure:

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