| 
    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.   | |
| Teuchos::RCP< const MulVec > | V | 
| The current Krylov basis.   | |
| Teuchos::RCP< const Teuchos::SerialDenseMatrix< int, ScalarType > > | H | 
| The current Hessenberg matrix.   | |
| Teuchos::RCP< const Teuchos::SerialDenseMatrix< int, ScalarType > > | S | 
| The current Schur form reduction of the valid part of H.   | |
| Teuchos::RCP< const Teuchos::SerialDenseMatrix< int, ScalarType > > | Q | 
| The current Schur vectors of the valid part of H.   | |
Structure to contain pointers to BlockKrylovSchur state variables.
This struct is utilized by BlockKrylovSchur::initialize() and BlockKrylovSchur::getState().
Definition at line 57 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 62 of file AnasaziBlockKrylovSchur.hpp.
| Teuchos::RCP<const MulVec> Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::V | 
The current Krylov basis.
Definition at line 64 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 70 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 72 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 74 of file AnasaziBlockKrylovSchur.hpp.