Anasazi::RTRState< ScalarType, MV > Struct Template Reference

Structure to contain pointers to RTR state variables. More...

#include <AnasaziRTRBase.hpp>

Collaboration diagram for Anasazi::RTRState< ScalarType, MV >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 RTRState ()

Public Attributes

Teuchos::RCP< const MV > X
 The current eigenvectors.
Teuchos::RCP< const MV > AX
 The image of the current eigenvectors under A, or Teuchos::null is we implement a skinny solver.
Teuchos::RCP< const MV > BX
 The image of the current eigenvectors under B, or Teuchos::null if B was not specified.
Teuchos::RCP< const MV > R
 The current residual vectors.
Teuchos::RCP< const
std::vector< typename
Teuchos::ScalarTraits
< ScalarType >::magnitudeType > > 
T
 The current Ritz values.
Teuchos::ScalarTraits
< ScalarType >::magnitudeType 
rho
 The current rho value. This is only valid if the debugging level of verbosity is enabled.


Detailed Description

template<class ScalarType, class MV>
struct Anasazi::RTRState< ScalarType, MV >

Structure to contain pointers to RTR state variables.

This struct is utilized by RTRBase::initialize() and RTRBase::getState().

Definition at line 113 of file AnasaziRTRBase.hpp.


Constructor & Destructor Documentation

template<class ScalarType, class MV>
Anasazi::RTRState< ScalarType, MV >::RTRState (  )  [inline]

Definition at line 128 of file AnasaziRTRBase.hpp.


Member Data Documentation

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Anasazi::RTRState< ScalarType, MV >::AX

The image of the current eigenvectors under A, or Teuchos::null is we implement a skinny solver.

Definition at line 117 of file AnasaziRTRBase.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Anasazi::RTRState< ScalarType, MV >::BX

The image of the current eigenvectors under B, or Teuchos::null if B was not specified.

Definition at line 119 of file AnasaziRTRBase.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Anasazi::RTRState< ScalarType, MV >::R

The current residual vectors.

Definition at line 121 of file AnasaziRTRBase.hpp.

template<class ScalarType, class MV>
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::RTRState< ScalarType, MV >::rho

The current rho value. This is only valid if the debugging level of verbosity is enabled.

Definition at line 127 of file AnasaziRTRBase.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const std::vector<typename Teuchos::ScalarTraits<ScalarType>::magnitudeType> > Anasazi::RTRState< ScalarType, MV >::T

The current Ritz values.

Definition at line 123 of file AnasaziRTRBase.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Anasazi::RTRState< ScalarType, MV >::X

The current eigenvectors.

Definition at line 115 of file AnasaziRTRBase.hpp.


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

Generated on Wed Oct 21 14:28:11 2009 for Anasazi by  doxygen 1.5.9