#include <AnasaziTypes.hpp>
Public Attributes | |
| Teuchos::RefCountPtr< MV > | Evecs |
| The computed eigenvectors. | |
| Teuchos::RefCountPtr< 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. | |
BlockDavidson/BlockDavidsonEpetraEx.cpp, BlockDavidson/BlockDavidsonEpetraExGen.cpp, and BlockKrylovSchur/BlockKrylovSchurEpetraEx.cpp.
Definition at line 75 of file AnasaziTypes.hpp.
|
|||||
|
The computed eigenvectors.
Definition at line 77 of file AnasaziTypes.hpp. |
|
|||||
|
An orthonormal basis for the computed eigenspace.
Definition at line 79 of file AnasaziTypes.hpp. |
|
|||||
|
The computed eigenvalues.
Definition at line 81 of file AnasaziTypes.hpp. |
|
|||||
|
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. |
|
|||||
|
The number of computed eigenpairs.
Definition at line 92 of file AnasaziTypes.hpp. |
1.3.9.1