Belos Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Belos::CGPositiveDefiniteFailure Class Reference

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>

Inheritance diagram for Belos::CGPositiveDefiniteFailure:
Inheritance graph
[legend]

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)
 

Detailed Description

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 115 of file BelosCGIteration.hpp.

Constructor & Destructor Documentation

◆ CGPositiveDefiniteFailure()

Belos::CGPositiveDefiniteFailure::CGPositiveDefiniteFailure ( const std::string & what_arg)
inline

Definition at line 116 of file BelosCGIteration.hpp.


The documentation for this class was generated from the following file:

Generated for Belos by doxygen 1.10.0