#include <AnasaziBlockKrylovSchur.hpp>
Public Attributes | |
| int | curDim |
| The current dimension of the reduction. | |
| Teuchos::RefCountPtr< const MulVec > | V |
| The current Krylov basis. | |
| Teuchos::RefCountPtr< const Teuchos::SerialDenseMatrix< int, ScalarType > > | H |
| The current Hessenberg matrix. | |
| Teuchos::RefCountPtr< const Teuchos::SerialDenseMatrix< int, ScalarType > > | S |
| The current Schur form reduction of the valid part of H. | |
| Teuchos::RefCountPtr< const Teuchos::SerialDenseMatrix< int, ScalarType > > | Q |
| The current Schur vectors of the valid part of H. | |
This struct is utilized by BlockKrylovSchur::initialize() and BlockKrylovSchur::getState().
Definition at line 82 of file AnasaziBlockKrylovSchur.hpp.
|
|||||
|
The current dimension of the reduction. This should always be equal to BlockKrylovSchur::getCurSubspaceDim() Definition at line 87 of file AnasaziBlockKrylovSchur.hpp. |
|
|||||
|
The current Krylov basis.
Definition at line 89 of file AnasaziBlockKrylovSchur.hpp. |
|
|||||
|
The current Hessenberg matrix.
The Definition at line 95 of file AnasaziBlockKrylovSchur.hpp. |
|
|||||
|
The current Schur form reduction of the valid part of H.
Definition at line 97 of file AnasaziBlockKrylovSchur.hpp. |
|
|||||
|
The current Schur vectors of the valid part of H.
Definition at line 99 of file AnasaziBlockKrylovSchur.hpp. |
1.3.9.1