#include <BelosCGIteration.hpp>
Public Member Functions | |
| CGIterationState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | R |
| The current residual. | |
| Teuchos::RCP< const MV > | Z |
| The current preconditioned residual. | |
| Teuchos::RCP< const MV > | P |
| The current decent direction vector. | |
| Teuchos::RCP< const MV > | AP |
| The matrix A applied to current decent direction vector. | |
This struct is utilized by CGIteration::initialize() and CGIteration::getState().
Definition at line 50 of file BelosCGIteration.hpp.
| Belos::CGIterationState< ScalarType, MV >::CGIterationState | ( | ) | [inline] |
Definition at line 64 of file BelosCGIteration.hpp.
| Teuchos::RCP<const MV> Belos::CGIterationState< ScalarType, MV >::R |
| Teuchos::RCP<const MV> Belos::CGIterationState< ScalarType, MV >::Z |
| Teuchos::RCP<const MV> Belos::CGIterationState< ScalarType, MV >::P |
| Teuchos::RCP<const MV> Belos::CGIterationState< ScalarType, MV >::AP |
The matrix A applied to current decent direction vector.
Definition at line 62 of file BelosCGIteration.hpp.
1.4.7