|
Belos
Version of the Day
|
TFQMRSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e. More...
#include <BelosTFQMRSolMgr.hpp>

Public Member Functions | |
| TFQMRSolMgrLinearProblemFailure (const std::string &what_arg) | |
TFQMRSolMgrLinearProblemFailure is thrown when the linear problem is not setup (i.e.
setProblem() was not called) when solve() is called.
This std::exception is thrown from the TFQMRSolMgr::solve() method.
Definition at line 89 of file BelosTFQMRSolMgr.hpp.
| Belos::TFQMRSolMgrLinearProblemFailure::TFQMRSolMgrLinearProblemFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 90 of file BelosTFQMRSolMgr.hpp.
1.7.6.1