#include <AnasaziLOBPCG.hpp>
Inheritance diagram for Anasazi::LOBPCGInitFailure:

Public Member Functions | |
| LOBPCGInitFailure (const std::string &what_arg) | |
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.
Definition at line 181 of file AnasaziLOBPCG.hpp.
1.4.7