Anasazi
Version of the Day
|
Structure to contain pointers to BlockKrylovSchur state variables. More...
#include <AnasaziBlockKrylovSchur.hpp>
Public Attributes | |
int | curDim |
The current dimension of the reduction. More... | |
Teuchos::RCP< const MulVec > | V |
The current Krylov basis. More... | |
Teuchos::RCP< const Teuchos::SerialDenseMatrix < int, ScalarType > > | H |
The current Hessenberg matrix. More... | |
Teuchos::RCP< const Teuchos::SerialDenseMatrix < int, ScalarType > > | S |
The current Schur form reduction of the valid part of H. More... | |
Teuchos::RCP< const Teuchos::SerialDenseMatrix < int, ScalarType > > | Q |
The current Schur vectors of the valid part of H. More... | |
Structure to contain pointers to BlockKrylovSchur state variables.
This struct is utilized by BlockKrylovSchur::initialize() and BlockKrylovSchur::getState().
Definition at line 89 of file AnasaziBlockKrylovSchur.hpp.
int Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::curDim |
The current dimension of the reduction.
This should always be equal to BlockKrylovSchur::getCurSubspaceDim()
Definition at line 94 of file AnasaziBlockKrylovSchur.hpp.
Teuchos::RCP<const MulVec> Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::V |
The current Krylov basis.
Definition at line 96 of file AnasaziBlockKrylovSchur.hpp.
Teuchos::RCP<const Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::H |
The current Hessenberg matrix.
The curDim
by curDim
leading submatrix of H is the projection of problem->getOperator() by the first curDim
vectors in V.
Definition at line 102 of file AnasaziBlockKrylovSchur.hpp.
Teuchos::RCP<const Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::S |
The current Schur form reduction of the valid part of H.
Definition at line 104 of file AnasaziBlockKrylovSchur.hpp.
Teuchos::RCP<const Teuchos::SerialDenseMatrix<int,ScalarType> > Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::Q |
The current Schur vectors of the valid part of H.
Definition at line 106 of file AnasaziBlockKrylovSchur.hpp.