Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Belos::StochasticCGIterationState< ScalarType, MV > Struct Template Reference

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

#include <BelosStochasticCGIteration.hpp>

Public Member Functions

 StochasticCGIterationState ()
 

Public Attributes

Teuchos::RCP< const MV > R
 The current residual. More...
 
Teuchos::RCP< const MV > Z
 The current preconditioned residual. More...
 
Teuchos::RCP< const MV > P
 The current decent direction vector. More...
 
Teuchos::RCP< const MV > AP
 The matrix A applied to current decent direction vector. More...
 
Teuchos::RCP< const MV > Y
 The current stochastic recurrence vector. More...
 

Detailed Description

template<class ScalarType, class MV>
struct Belos::StochasticCGIterationState< ScalarType, MV >

Structure to contain pointers to CGIteration state variables.

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

Definition at line 64 of file BelosStochasticCGIteration.hpp.

Constructor & Destructor Documentation

template<class ScalarType, class MV>
Belos::StochasticCGIterationState< ScalarType, MV >::StochasticCGIterationState ( )
inline

Definition at line 81 of file BelosStochasticCGIteration.hpp.

Member Data Documentation

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::R

The current residual.

Definition at line 67 of file BelosStochasticCGIteration.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::Z

The current preconditioned residual.

Definition at line 70 of file BelosStochasticCGIteration.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::P

The current decent direction vector.

Definition at line 73 of file BelosStochasticCGIteration.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::AP

The matrix A applied to current decent direction vector.

Definition at line 76 of file BelosStochasticCGIteration.hpp.

template<class ScalarType, class MV>
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::Y

The current stochastic recurrence vector.

Definition at line 79 of file BelosStochasticCGIteration.hpp.


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

Generated on Tue Apr 23 2024 09:28:00 for Belos by doxygen 1.8.5