Belos Package Browser (Single Doxygen Collection)
Development
|
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... | |
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.
|
inline |
Definition at line 81 of file BelosStochasticCGIteration.hpp.
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::R |
The current residual.
Definition at line 67 of file BelosStochasticCGIteration.hpp.
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::Z |
The current preconditioned residual.
Definition at line 70 of file BelosStochasticCGIteration.hpp.
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::P |
The current decent direction vector.
Definition at line 73 of file BelosStochasticCGIteration.hpp.
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.
Teuchos::RCP<const MV> Belos::StochasticCGIterationState< ScalarType, MV >::Y |
The current stochastic recurrence vector.
Definition at line 79 of file BelosStochasticCGIteration.hpp.