Belos Package Browser (Single Doxygen Collection)
Development
|
PseudoBlockTFQMRIterInitFailure is thrown when the PseudoBlockTFQMRIter object is unable to generate an initial iterate in the PseudoBlockTFQMRIter::initialize() routine. More...
#include <BelosPseudoBlockTFQMRIter.hpp>
Public Member Functions | |
PseudoBlockTFQMRIterInitFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::BelosError | |
BelosError (const std::string &what_arg) | |
PseudoBlockTFQMRIterInitFailure is thrown when the PseudoBlockTFQMRIter object is unable to generate an initial iterate in the PseudoBlockTFQMRIter::initialize() routine.
This std::exception is thrown from the PseudoBlockTFQMRIter::initialize() method, which is called by the user or from the PseudoBlockTFQMRIter::iterate() method if isInitialized() == false
.
In the case that this std::exception is thrown, PseudoBlockTFQMRIter::isInitialized() will be false
and the user will need to provide a new initial iterate to the iteration.
Definition at line 129 of file BelosPseudoBlockTFQMRIter.hpp.
|
inline |
Definition at line 130 of file BelosPseudoBlockTFQMRIter.hpp.