Structure to contain pointers to CGIteration state variables.
More...
#include <BelosCGIter.hpp>
|
| Teuchos::RCP< MV > | S |
| Teuchos::RCP< MV > | R |
| | The current residual.
|
| Teuchos::RCP< MV > | Z |
| | The current preconditioned residual.
|
| Teuchos::RCP< MV > | P |
| | The current decent direction vector.
|
| Teuchos::RCP< MV > | AP |
| | The matrix A applied to current decent direction vector.
|
template<class ScalarType, class MV>
class Belos::CGIterationState< ScalarType, MV >
Structure to contain pointers to CGIteration state variables.
This struct is utilized by CGIteration::initialize() and CGIteration::getState().
Definition at line 54 of file BelosCGIter.hpp.
◆ CGIterationState() [1/2]
template<class ScalarType, class MV>
◆ CGIterationState() [2/2]
template<class ScalarType, class MV>
◆ ~CGIterationState()
template<class ScalarType, class MV>
◆ initialize()
template<class ScalarType, class MV>
◆ matches()
template<class ScalarType, class MV>
| bool Belos::CGIterationState< ScalarType, MV >::matches |
( |
Teuchos::RCP< const MV > | tmp, |
|
|
int | _numVectors = 1 ) const |
|
inlinevirtual |
template<class ScalarType, class MV>
The documentation for this class was generated from the following file: