Belos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Belos::PseudoBlockCGIterationState< ScalarType, MV > Class Template Reference

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

#include <BelosPseudoBlockCGIter.hpp>

Inheritance diagram for Belos::PseudoBlockCGIterationState< ScalarType, MV >:
Inheritance graph
[legend]

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...
 

Detailed Description

template<class ScalarType, class MV>
class Belos::PseudoBlockCGIterationState< ScalarType, MV >

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.

Constructor & Destructor Documentation

template<class ScalarType , class MV >
Belos::PseudoBlockCGIterationState< ScalarType, MV >::PseudoBlockCGIterationState ( )
default
template<class ScalarType , class MV >
Belos::PseudoBlockCGIterationState< ScalarType, MV >::PseudoBlockCGIterationState ( Teuchos::RCP< const MV >  tmp)
inline

Definition at line 61 of file BelosPseudoBlockCGIter.hpp.

template<class ScalarType , class MV >
virtual Belos::PseudoBlockCGIterationState< ScalarType, MV >::~PseudoBlockCGIterationState ( )
virtualdefault

Member Function Documentation

template<class ScalarType , class MV >
void Belos::PseudoBlockCGIterationState< ScalarType, MV >::initialize ( Teuchos::RCP< const MV >  tmp,
int  _numVectors 
)
inlinevirtual

Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.

Definition at line 67 of file BelosPseudoBlockCGIter.hpp.

template<class ScalarType , class MV >
bool Belos::PseudoBlockCGIterationState< ScalarType, MV >::matches ( Teuchos::RCP< const MV >  tmp,
int  _numVectors = 1 
) const
inlinevirtual

Reimplemented from Belos::CGIterationStateBase< ScalarType, MV >.

Definition at line 77 of file BelosPseudoBlockCGIter.hpp.


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