#include <AnasaziTypes.hpp>
Public Member Functions | |
Eigensolution () | |
Public Attributes | |
Teuchos::RCP< MV > | Evecs |
The computed eigenvectors. | |
Teuchos::RCP< MV > | Espace |
An orthonormal basis for the computed eigenspace. | |
std::vector< Value< ScalarType > > | Evals |
The computed eigenvalues. | |
std::vector< int > | index |
An index into Evecs to allow compressed storage of eigenvectors for real, non-Hermitian problems. | |
int | numVecs |
The number of computed eigenpairs. |
Definition at line 75 of file AnasaziTypes.hpp.
Anasazi::Eigensolution< ScalarType, MV >::Eigensolution | ( | ) | [inline] |
Definition at line 94 of file AnasaziTypes.hpp.
Teuchos::RCP<MV> Anasazi::Eigensolution< ScalarType, MV >::Espace |
std::vector<Value<ScalarType> > Anasazi::Eigensolution< ScalarType, MV >::Evals |
Teuchos::RCP<MV> Anasazi::Eigensolution< ScalarType, MV >::Evecs |
std::vector<int> Anasazi::Eigensolution< ScalarType, MV >::index |
An index into Evecs to allow compressed storage of eigenvectors for real, non-Hermitian problems.
index has length numVecs, where each entry is 0, +1, or -1. These have the following interpretation:
Definition at line 90 of file AnasaziTypes.hpp.
int Anasazi::Eigensolution< ScalarType, MV >::numVecs |