Anasazi
Version of the Day
|
Struct for storing an eigenproblem solution. More...
#include <AnasaziTypes.hpp>
Public Attributes | |
Teuchos::RCP< MV > | Evecs |
The computed eigenvectors. More... | |
Teuchos::RCP< MV > | Espace |
An orthonormal basis for the computed eigenspace. More... | |
std::vector< Value< ScalarType > > | Evals |
The computed eigenvalues. More... | |
std::vector< int > | index |
An index into Evecs to allow compressed storage of eigenvectors for real, non-Hermitian problems. More... | |
int | numVecs |
The number of computed eigenpairs. More... | |
Struct for storing an eigenproblem solution.
Definition at line 90 of file AnasaziTypes.hpp.
Teuchos::RCP<MV> Anasazi::Eigensolution< ScalarType, MV >::Evecs |
The computed eigenvectors.
Definition at line 92 of file AnasaziTypes.hpp.
Teuchos::RCP<MV> Anasazi::Eigensolution< ScalarType, MV >::Espace |
An orthonormal basis for the computed eigenspace.
Definition at line 94 of file AnasaziTypes.hpp.
std::vector<Value<ScalarType> > Anasazi::Eigensolution< ScalarType, MV >::Evals |
The computed eigenvalues.
Definition at line 96 of file AnasaziTypes.hpp.
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 105 of file AnasaziTypes.hpp.
int Anasazi::Eigensolution< ScalarType, MV >::numVecs |
The number of computed eigenpairs.
Definition at line 107 of file AnasaziTypes.hpp.