#include "AnasaziConfigDefs.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Teuchos_ScalarTraits.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Anasazi |
Classes | |
| class | Anasazi::AnasaziError |
| An exception class parent to all Anasazi exceptions. More... | |
| struct | Anasazi::Value< ScalarType > |
| This struct is used for storing eigenvalues and Ritz values, as a pair of real values. More... | |
| struct | Anasazi::Eigensolution< ScalarType, MV > |
| Struct for storing an eigenproblem solution. More... | |
Anasazi Enumerations | |
| enum | ReturnType { Converged, Unconverged } |
| Enumerated type used to pass back information from a solver manager. More... | |
| enum | ConjType { NO_CONJ, CONJ } |
| Enumerated types used to specify conjugation arguments. More... | |
| enum | TestStatus { Passed = 0x1, Failed = 0x2, Undefined = 0x4 } |
| Enumerated type used to pass back information from a StatusTest. More... | |
| enum | MsgType { Errors = 0, Warnings = 0x1, IterationDetails = 0x2, OrthoDetails = 0x4, FinalSummary = 0x8, TimingDetails = 0x10, StatusTestDetails = 0x20, Debug = 0x40 } |
| Enumerated list of available message types recognized by the eigensolvers. More... | |
Definition in file AnasaziTypes.hpp.
|
|
Enumerated type used to pass back information from a solver manager.
Definition at line 105 of file AnasaziTypes.hpp. |
|
|
Enumerated types used to specify conjugation arguments.
Definition at line 116 of file AnasaziTypes.hpp. |
|
|
Enumerated type used to pass back information from a StatusTest.
Definition at line 126 of file AnasaziTypes.hpp. |
|
|
Enumerated list of available message types recognized by the eigensolvers.
Definition at line 137 of file AnasaziTypes.hpp. |
1.3.9.1