#include <AnasaziBlockKrylovSchur.hpp>
Public Member Functions | |
BlockKrylovSchurInitFailure (const std::string &what_arg) |
This exception is thrown from the BlockKrylovSchur::initialize() method, which is called by the user or from the BlockKrylovSchur::iterate() method if isInitialized() == false
.
In the case that this exception is thrown, BlockKrylovSchur::isInitialized() will be false
and the user will need to provide a new initial iterate to the solver.
Definition at line 116 of file AnasaziBlockKrylovSchur.hpp.
Anasazi::BlockKrylovSchurInitFailure::BlockKrylovSchurInitFailure | ( | const std::string & | what_arg | ) | [inline] |
Definition at line 117 of file AnasaziBlockKrylovSchur.hpp.