| 
    Belos Package Browser (Single Doxygen Collection)
    Development
    
   | 
 
Structure to contain pointers to BiCGStabIteration state variables. More...
#include <BelosBiCGStabIter.hpp>
Public Member Functions | |
| BiCGStabIterationState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | R | 
| The current residual.  More... | |
| Teuchos::RCP< const MV > | Rhat | 
| The initial residual.  More... | |
| Teuchos::RCP< const MV > | P | 
| The first decent direction vector.  More... | |
| Teuchos::RCP< const MV > | V | 
| A * M * the first decent direction vector.  More... | |
| std::vector< ScalarType > | rho_old | 
| std::vector< ScalarType > | alpha | 
| std::vector< ScalarType > | omega | 
Structure to contain pointers to BiCGStabIteration state variables.
This struct is utilized by BiCGStabIteration::initialize() and BiCGStabIteration::getState().
Definition at line 88 of file BelosBiCGStabIter.hpp.
      
  | 
  inline | 
Definition at line 104 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::R | 
The current residual.
Definition at line 91 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::Rhat | 
The initial residual.
Definition at line 94 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::P | 
The first decent direction vector.
Definition at line 97 of file BelosBiCGStabIter.hpp.
| Teuchos::RCP<const MV> Belos::BiCGStabIterationState< ScalarType, MV >::V | 
A * M * the first decent direction vector.
Definition at line 100 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::rho_old | 
Definition at line 102 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::alpha | 
Definition at line 102 of file BelosBiCGStabIter.hpp.
| std::vector<ScalarType> Belos::BiCGStabIterationState< ScalarType, MV >::omega | 
Definition at line 102 of file BelosBiCGStabIter.hpp.
 1.8.5