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

Public Member Functions | |
| LSQRSolMgrLinearProblemFailure (const std::string &what_arg) | |
Belos::LSQRSolMgrLinearProblemFailure 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 LSQRSolMgr::solve() method.
Definition at line 82 of file BelosLSQRSolMgr.hpp.
| Belos::LSQRSolMgrLinearProblemFailure::LSQRSolMgrLinearProblemFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 84 of file BelosLSQRSolMgr.hpp.
1.7.6.1