Public Member Functions | |
def | __init__ |
def | __init__ |
Public Attributes | |
this |
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
def PyTrilinos::Anasazi::LOBPCGInitFailure::__init__ | ( | self, | ||
args | ||||
) |
__init__(self, string what_arg) -> LOBPCGInitFailure Anasazi::LOBPCGInitFailure::LOBPCGInitFailure(const std::string &what_arg)
Reimplemented from PyTrilinos::Anasazi::AnasaziError.
def PyTrilinos::Anasazi::LOBPCGInitFailure::__init__ | ( | self, | ||
args | ||||
) |
__init__(self, string what_arg) -> LOBPCGInitFailure Anasazi::LOBPCGInitFailure::LOBPCGInitFailure(const std::string &what_arg)
Reimplemented from PyTrilinos::Anasazi::AnasaziError.