Anasazi  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
Anasazi::BlockKrylovSchurState< ScalarType, MulVec > Struct Template Reference

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...
 

Detailed Description

template<class ScalarType, class MulVec>
struct Anasazi::BlockKrylovSchurState< ScalarType, MulVec >

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.

Member Data Documentation

template<class ScalarType, class MulVec>
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.

template<class ScalarType, class MulVec>
Teuchos::RCP<const MulVec> Anasazi::BlockKrylovSchurState< ScalarType, MulVec >::V

The current Krylov basis.

Definition at line 96 of file AnasaziBlockKrylovSchur.hpp.

template<class ScalarType, class MulVec>
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.

template<class ScalarType, class MulVec>
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.

template<class ScalarType, class MulVec>
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.


The documentation for this struct was generated from the following file: