PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Anasazi.ResNormNaNError Class Reference
Inheritance diagram for PyTrilinos.Anasazi.ResNormNaNError:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Anasazi.ResNormNaNError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__

Public Attributes

 this

Detailed Description

ResNormNaNError is thrown from StatusTestResNorm::checkStatus() when a
NaN ("not a number") is detected among the residual norms returned
by the eigensolver.

This behavior is optional and is controlled by flag to
StatusTestResNorm::StatusTestResNorm().

C++ includes: AnasaziStatusTestResNorm.hpp 

Constructor & Destructor Documentation

def PyTrilinos.Anasazi.ResNormNaNError.__init__ (   self,
  args 
)
__init__(Anasazi::ResNormNaNError self, std::string const & what_arg) -> ResNormNaNError

Anasazi::ResNormNaNError::ResNormNaNError(const std::string &what_arg)

Reimplemented from PyTrilinos.Anasazi.AnasaziError.


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