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

List of all members.

Public Member Functions

def __init__

Public Attributes

 this

Detailed Description

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

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

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

C++ includes: AnasaziBlockDavidson.hpp 

Constructor & Destructor Documentation

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

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

Reimplemented from PyTrilinos.Anasazi.AnasaziError.


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