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

Public Member Functions | |
| PseudoBlockCGIterationState ()=default | |
| PseudoBlockCGIterationState (Teuchos::RCP< const MV > tmp) | |
| virtual | ~PseudoBlockCGIterationState ()=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 PseudoBlockCGIteration state variables.
This struct is utilized by PseudoBlockCGIteration::initialize() and PseudoBlockCGIteration::getState().
Definition at line 56 of file BelosPseudoBlockCGIter.hpp.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 61 of file BelosPseudoBlockCGIter.hpp.
      
  | 
  virtualdefault | 
      
  | 
  inlinevirtual | 
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 67 of file BelosPseudoBlockCGIter.hpp.
      
  | 
  inlinevirtual | 
Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.
Definition at line 77 of file BelosPseudoBlockCGIter.hpp.
 1.8.5