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

List of all members.

Public Member Functions

def __init__

Public Attributes

 this

Detailed Description

LOBPCGInitFailure is thrown when the LOBPCG solver is unable to
generate an initial iterate in the LOBPCG::initialize() routine.

This exception is thrown from the LOBPCG::initialize() method, which
is called by the user or from the LOBPCG::iterate() method when
isInitialized() == false.

In the case that this exception is thrown, LOBPCG::hasP() and
LOBPCG::isInitialized() will be false and the user will need to
provide a new initial iterate to the solver.

C++ includes: AnasaziLOBPCG.hpp 

Constructor & Destructor Documentation

__init__(Anasazi::LOBPCGInitFailure self, std::string const & what_arg) -> LOBPCGInitFailure

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

Reimplemented from PyTrilinos.Anasazi.AnasaziError.


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