#include <AnasaziBlockDavidson.hpp>
Public Member Functions | |
BlockDavidsonInitFailure (const std::string &what_arg) |
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.
Definition at line 132 of file AnasaziBlockDavidson.hpp.
Anasazi::BlockDavidsonInitFailure::BlockDavidsonInitFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 133 of file AnasaziBlockDavidson.hpp.