Belos
Version of the Day
|
CGPositiveDefiniteFailure is thrown when the the CG 'alpha = p^H*A*P' value is less than zero, indicating a breakdown in the computation due to roundoff or a non-positive-definite matrix. More...
#include <BelosCGIteration.hpp>
Public Member Functions | |
CGPositiveDefiniteFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::CGIterateFailure | |
CGIterateFailure (const std::string &what_arg) | |
Public Member Functions inherited from Belos::BelosError | |
BelosError (const std::string &what_arg) | |
CGPositiveDefiniteFailure is thrown when the the CG 'alpha = p^H*A*P' value is less than zero, indicating a breakdown in the computation due to roundoff or a non-positive-definite matrix.
Definition at line 83 of file BelosCGIteration.hpp.
|
inline |
Definition at line 84 of file BelosCGIteration.hpp.