Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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. More...
 
Teuchos::RCP< const MV > R1
 Previous residual. More...
 
Teuchos::RCP< const MV > R2
 Previous residual. More...
 
Teuchos::RCP< const MV > W
 The current direction vector. More...
 
Teuchos::RCP< const MV > W1
 Previous direction vector. More...
 
Teuchos::RCP< const MV > W2
 Previous direction vector. More...
 

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

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

Definition at line 83 of file BelosMinresIteration.hpp.

Member Data Documentation

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.

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

Previous residual.

Definition at line 69 of file BelosMinresIteration.hpp.

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

Previous residual.

Definition at line 72 of file BelosMinresIteration.hpp.

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.

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.

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 on Tue Apr 23 2024 09:28:00 for Belos by doxygen 1.8.5