| 
    Belos
    Version of the Day
    
   | 
 
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... | |
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.
      
  | 
  inline | 
Definition at line 51 of file BelosMinresIteration.hpp.
| Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::Y | 
The current residual.
Definition at line 34 of file BelosMinresIteration.hpp.
| Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::R1 | 
Previous residual.
Definition at line 37 of file BelosMinresIteration.hpp.
| Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::R2 | 
Previous residual.
Definition at line 40 of file BelosMinresIteration.hpp.
| Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W | 
The current direction vector.
Definition at line 43 of file BelosMinresIteration.hpp.
| Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W1 | 
Previous direction vector.
Definition at line 46 of file BelosMinresIteration.hpp.
| Teuchos::RCP<const MV> Belos::MinresIterationState< ScalarType, MV >::W2 | 
Previous direction vector.
Definition at line 49 of file BelosMinresIteration.hpp.
 1.8.5