Belos Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Belos::MinresIterationState< ScalarType, MV > Struct Template Reference

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

#include <BelosMinresIteration.hpp>

Public Member Functions

 MinresIterationState ()
 

Public Attributes

Teuchos::RCP< const MV > Y
 The current residual.
 
Teuchos::RCP< const MV > R1
 Previous residual.
 
Teuchos::RCP< const MV > R2
 Previous residual.
 
Teuchos::RCP< const MV > W
 The current direction vector.
 
Teuchos::RCP< const MV > W1
 Previous direction vector.
 
Teuchos::RCP< const MV > W2
 Previous direction vector.
 

Detailed Description

template<class ScalarType, class MV>
struct Belos::MinresIterationState< ScalarType, MV >

Structure to contain pointers to MinresIteration state variables.

This struct is utilized by MinresIteration::initialize() and MinresIteration::getState().

Definition at line 63 of file BelosMinresIteration.hpp.

Constructor & Destructor Documentation

◆ MinresIterationState()

template<class ScalarType , class MV >
Belos::MinresIterationState< ScalarType, MV >::MinresIterationState ( )
inline

Definition at line 83 of file BelosMinresIteration.hpp.

Member Data Documentation

◆ Y

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::Y

The current residual.

Definition at line 66 of file BelosMinresIteration.hpp.

◆ R1

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::R1

Previous residual.

Definition at line 69 of file BelosMinresIteration.hpp.

◆ R2

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::R2

Previous residual.

Definition at line 72 of file BelosMinresIteration.hpp.

◆ W

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W

The current direction vector.

Definition at line 75 of file BelosMinresIteration.hpp.

◆ W1

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W1

Previous direction vector.

Definition at line 78 of file BelosMinresIteration.hpp.

◆ W2

template<class ScalarType , class MV >
Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W2

Previous direction vector.

Definition at line 81 of file BelosMinresIteration.hpp.


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

Generated for Belos by doxygen 1.9.6