|
Belos Version of the Day
|
Raised when CaGmres::updateUpperHessenberg() fails. More...
#include <BelosCaGmres.hpp>

Public Member Functions | |
| CaGmresUpdateFailure (const std::string &what_arg) | |
Raised when CaGmres::updateUpperHessenberg() fails.
This error means that even though the previous upper Hessenberg matrix and the new basis are both full rank, somehow the update resulted in a singular matrix. A solver could recover from this by backing out one or more iterations, or even restarting.
Definition at line 63 of file BelosCaGmres.hpp.
| Belos::CaGmresUpdateFailure::CaGmresUpdateFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 65 of file BelosCaGmres.hpp.
1.7.4