

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