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

List of all members.

Public Member Functions

def __init__

Public Attributes

 this

Detailed Description

BlockDavidsonOrthoFailure is thrown when the orthogonalization manager
is unable to orthogonalize the preconditioned residual against (a.k.a.
H) the current basis (a.k.a. V).

This exception is thrown from the BlockDavidson::iterate() method.

C++ includes: AnasaziBlockDavidson.hpp 

Constructor & Destructor Documentation

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

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

Reimplemented from PyTrilinos.Anasazi.AnasaziError.


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