|
Belos
Version of the Day
|
Structure to contain pointers to BlockCGIteration state variables. More...
#include <BelosBlockCGIter.hpp>

Public Member Functions | |
| BlockCGIterationState ()=default | |
| BlockCGIterationState (Teuchos::RCP< const MV > tmp) | |
| virtual | ~BlockCGIterationState ()=default |
| void | initialize (Teuchos::RCP< const MV > tmp, int _numVectors) |
| bool | matches (Teuchos::RCP< const MV > tmp, int _numVectors=1) const |
Public Member Functions inherited from Belos::CGIterationStateBase< ScalarType, MV > | |
| virtual | ~CGIterationStateBase ()=default |
| bool | isInitialized () const |
| int | numVectors () const |
Additional Inherited Members | |
Public Attributes inherited from Belos::CGIterationStateBase< ScalarType, MV > | |
| Teuchos::RCP< MV > | R |
| The current residual. More... | |
| Teuchos::RCP< MV > | Z |
| The current preconditioned residual. More... | |
| Teuchos::RCP< MV > | P |
| The current decent direction vector. More... | |
| Teuchos::RCP< MV > | AP |
| The matrix A applied to current decent direction vector. More... | |
Structure to contain pointers to BlockCGIteration state variables.
This struct is utilized by BlockCGIteration::initialize() and BlockCGIteration::getState().
Definition at line 47 of file BelosBlockCGIter.hpp.
|
default |
|
inline |
Definition at line 52 of file BelosBlockCGIter.hpp.
|
virtualdefault |
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 58 of file BelosBlockCGIter.hpp.
|
inlinevirtual |
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 68 of file BelosBlockCGIter.hpp.
1.8.5