30 #ifndef ANASAZI_STATUS_TEST_HPP 31 #define ANASAZI_STATUS_TEST_HPP 61 template <
class ScalarType,
class MV,
class OP>
87 virtual std::vector<int> whichVecs()
const = 0;
90 virtual int howMany()
const = 0;
102 virtual void reset() = 0;
110 virtual void clearStatus() = 0;
118 virtual std::ostream& print(std::ostream& os,
int indent = 0)
const = 0;
virtual ~StatusTest()
Destructor.
An exception class parent to all Anasazi exceptions.
Forward declaration of pure virtual base class Anasazi::StatusTest.
Exception thrown to signal error in a status test during Anasazi::StatusTest::checkStatus().
TestStatus
Enumerated type used to pass back information from a StatusTest.
Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package...
Forward declaration of the virtual base class Anasazi::Eigensolver.
Types and exceptions used within Anasazi solvers and interfaces.
Common interface of stopping criteria for Anasazi's solvers.
The Eigensolver is a templated virtual base class that defines the basic interface that any eigensolv...