#include <AnasaziBlockDavidson.hpp>
Inheritance diagram for Anasazi::BlockDavidsonInitFailure:

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.
1.4.7