Anasazi
Version of the Day
|
Structure to contain pointers to GeneralizedDavidson state variables. More...
#include <AnasaziGeneralizedDavidson.hpp>
Public Attributes | |
int | curDim |
The current subspace dimension. More... | |
RCP< MV > | V |
Orthonormal basis for search subspace. More... | |
RCP< MV > | AV |
Image of V under A. More... | |
RCP< MV > | BV |
Image of V under B. More... | |
RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | VAV |
Projection of A onto V. More... | |
RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | VBV |
Projection of B onto V. More... | |
RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | S |
Left quasi upper triangular matrix from QZ decomposition of (VAV,VBV) More... | |
RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | T |
Right quasi upper triangular matrix from QZ decomposition of (VAV,VBV) More... | |
RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | Q |
Left generalized Schur vectors from QZ decomposition of (VAV,VBV) More... | |
RCP < Teuchos::SerialDenseMatrix < int, ScalarType > > | Z |
Right generalized Schur vectors from QZ decomposition of (VAV,VBV) More... | |
std::vector< Value< ScalarType > > | eVals |
Vector of generalized eigenvalues. More... | |
Structure to contain pointers to GeneralizedDavidson state variables.
Definition at line 77 of file AnasaziGeneralizedDavidson.hpp.
int Anasazi::GeneralizedDavidsonState< ScalarType, MV >::curDim |
The current subspace dimension.
Definition at line 79 of file AnasaziGeneralizedDavidson.hpp.
RCP<MV> Anasazi::GeneralizedDavidsonState< ScalarType, MV >::V |
Orthonormal basis for search subspace.
Definition at line 82 of file AnasaziGeneralizedDavidson.hpp.
RCP<MV> Anasazi::GeneralizedDavidsonState< ScalarType, MV >::AV |
Image of V under A.
Definition at line 85 of file AnasaziGeneralizedDavidson.hpp.
RCP<MV> Anasazi::GeneralizedDavidsonState< ScalarType, MV >::BV |
Image of V under B.
Definition at line 88 of file AnasaziGeneralizedDavidson.hpp.
RCP< Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::VAV |
Projection of A onto V.
Definition at line 91 of file AnasaziGeneralizedDavidson.hpp.
RCP< Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::VBV |
Projection of B onto V.
Definition at line 94 of file AnasaziGeneralizedDavidson.hpp.
RCP< Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::S |
Left quasi upper triangular matrix from QZ decomposition of (VAV,VBV)
Definition at line 97 of file AnasaziGeneralizedDavidson.hpp.
RCP< Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::T |
Right quasi upper triangular matrix from QZ decomposition of (VAV,VBV)
Definition at line 100 of file AnasaziGeneralizedDavidson.hpp.
RCP< Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::Q |
Left generalized Schur vectors from QZ decomposition of (VAV,VBV)
Definition at line 103 of file AnasaziGeneralizedDavidson.hpp.
RCP< Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::Z |
Right generalized Schur vectors from QZ decomposition of (VAV,VBV)
Definition at line 106 of file AnasaziGeneralizedDavidson.hpp.
std::vector< Value<ScalarType> > Anasazi::GeneralizedDavidsonState< ScalarType, MV >::eVals |
Vector of generalized eigenvalues.
Definition at line 109 of file AnasaziGeneralizedDavidson.hpp.