| 
    Belos
    Version of the Day
    
   | 
 
Structure to contain pointers to LSQRIteration state variables, ... More...
#include <BelosLSQRIteration.hpp>
Public Member Functions | |
| LSQRIterationState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | U | 
| Bidiagonalization vector.  More... | |
| Teuchos::RCP< const MV > | V | 
| Bidiagonalization vector.  More... | |
| Teuchos::RCP< const MV > | W | 
| The search direction vector.  More... | |
| Teuchos::ScalarTraits < ScalarType >::magnitudeType  | lambda | 
| The damping value.  More... | |
| ScalarType | resid_norm | 
| The current residual norm.  More... | |
| ScalarType | frob_mat_norm | 
| An approximation to the Frobenius norm of A.  More... | |
| ScalarType | mat_cond_num | 
| An approximation to the condition number of A.  More... | |
| ScalarType | mat_resid_norm | 
| An estimate of the norm of A^T*resid.  More... | |
| ScalarType | sol_norm | 
| An estimate of the norm of the solution.  More... | |
| ScalarType | bnorm | 
| The norm of the RHS vector b.  More... | |
Structure to contain pointers to LSQRIteration state variables, ...
This struct is utilized by initialize() and getState(). augment the basic interface for a Gmres linear solver iteration.
Definition at line 65 of file BelosLSQRIteration.hpp.
      
  | 
  inline | 
Definition at line 97 of file BelosLSQRIteration.hpp.
| Teuchos::RCP<const MV> Belos::LSQRIterationState< ScalarType, MV >::U | 
Bidiagonalization vector.
Definition at line 68 of file BelosLSQRIteration.hpp.
| Teuchos::RCP<const MV> Belos::LSQRIterationState< ScalarType, MV >::V | 
Bidiagonalization vector.
Definition at line 71 of file BelosLSQRIteration.hpp.
| Teuchos::RCP<const MV> Belos::LSQRIterationState< ScalarType, MV >::W | 
The search direction vector.
Definition at line 74 of file BelosLSQRIteration.hpp.
| Teuchos::ScalarTraits<ScalarType>::magnitudeType Belos::LSQRIterationState< ScalarType, MV >::lambda | 
The damping value.
Definition at line 77 of file BelosLSQRIteration.hpp.
| ScalarType Belos::LSQRIterationState< ScalarType, MV >::resid_norm | 
The current residual norm.
Definition at line 80 of file BelosLSQRIteration.hpp.
| ScalarType Belos::LSQRIterationState< ScalarType, MV >::frob_mat_norm | 
An approximation to the Frobenius norm of A.
Definition at line 83 of file BelosLSQRIteration.hpp.
| ScalarType Belos::LSQRIterationState< ScalarType, MV >::mat_cond_num | 
An approximation to the condition number of A.
Definition at line 86 of file BelosLSQRIteration.hpp.
| ScalarType Belos::LSQRIterationState< ScalarType, MV >::mat_resid_norm | 
An estimate of the norm of A^T*resid.
Definition at line 89 of file BelosLSQRIteration.hpp.
| ScalarType Belos::LSQRIterationState< ScalarType, MV >::sol_norm | 
An estimate of the norm of the solution.
Definition at line 92 of file BelosLSQRIteration.hpp.
| ScalarType Belos::LSQRIterationState< ScalarType, MV >::bnorm | 
The norm of the RHS vector b.
Definition at line 95 of file BelosLSQRIteration.hpp.
 1.8.5