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 31 of file BelosMinresIteration.hpp.

Constructor & Destructor Documentation

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

Definition at line 51 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 34 of file BelosMinresIteration.hpp.

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

Previous residual.

Definition at line 37 of file BelosMinresIteration.hpp.

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

Previous residual.

Definition at line 40 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 43 of file BelosMinresIteration.hpp.

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

Previous direction vector.

Definition at line 46 of file BelosMinresIteration.hpp.

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

Previous direction vector.

Definition at line 49 of file BelosMinresIteration.hpp.


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

Generated on Thu Oct 24 2024 09:25:34 for Belos by doxygen 1.8.5