| 
    Belos
    Version of the Day
    
   | 
 
Structure to contain pointers to PseudoBlockTFQMRIter state variables. More...
#include <BelosPseudoBlockTFQMRIter.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits < ScalarType >  | SCT | 
| typedef SCT::magnitudeType | MagnitudeType | 
Public Member Functions | |
| PseudoBlockTFQMRIterState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | W | 
| The current residual basis.  More... | |
| Teuchos::RCP< const MV > | U | 
| Teuchos::RCP< const MV > | AU | 
| Teuchos::RCP< const MV > | Rtilde | 
| Teuchos::RCP< const MV > | D | 
| Teuchos::RCP< const MV > | V | 
| std::vector< ScalarType > | alpha | 
| std::vector< ScalarType > | eta | 
| std::vector< ScalarType > | rho | 
| std::vector< MagnitudeType > | tau | 
| std::vector< MagnitudeType > | theta | 
Structure to contain pointers to PseudoBlockTFQMRIter state variables.
This struct is utilized by PseudoBlockTFQMRIter::initialize() and PseudoBlockTFQMRIter::getState().
Definition at line 60 of file BelosPseudoBlockTFQMRIter.hpp.
| typedef Teuchos::ScalarTraits<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::SCT | 
Definition at line 62 of file BelosPseudoBlockTFQMRIter.hpp.
| typedef SCT::magnitudeType Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::MagnitudeType | 
Definition at line 63 of file BelosPseudoBlockTFQMRIter.hpp.
      
  | 
  inline | 
Definition at line 76 of file BelosPseudoBlockTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::W | 
The current residual basis.
Definition at line 66 of file BelosPseudoBlockTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::U | 
Definition at line 67 of file BelosPseudoBlockTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::AU | 
Definition at line 68 of file BelosPseudoBlockTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::Rtilde | 
Definition at line 69 of file BelosPseudoBlockTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::D | 
Definition at line 70 of file BelosPseudoBlockTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::V | 
Definition at line 71 of file BelosPseudoBlockTFQMRIter.hpp.
| std::vector<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::alpha | 
Definition at line 72 of file BelosPseudoBlockTFQMRIter.hpp.
| std::vector<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::eta | 
Definition at line 72 of file BelosPseudoBlockTFQMRIter.hpp.
| std::vector<ScalarType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::rho | 
Definition at line 72 of file BelosPseudoBlockTFQMRIter.hpp.
| std::vector<MagnitudeType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::tau | 
Definition at line 73 of file BelosPseudoBlockTFQMRIter.hpp.
| std::vector<MagnitudeType> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::theta | 
Definition at line 73 of file BelosPseudoBlockTFQMRIter.hpp.
 1.8.5