Belos
Version of the Day
|
Structure to contain pointers to PseudoBlockTFQMRIter state variables. More...
#include <BelosPseudoBlockTFQMRIter.hpp>
Public Member Functions | |
PseudoBlockTFQMRIterState () | |
Public Attributes | |
Teuchos::RCP< const MV > | R |
The current residual basis. More... | |
Teuchos::RCP< const MV > | W |
Teuchos::RCP< const MV > | U |
Teuchos::RCP< const MV > | Rtilde |
Teuchos::RCP< const MV > | D |
Teuchos::RCP< const MV > | V |
Structure to contain pointers to PseudoBlockTFQMRIter state variables.
This struct is utilized by PseudoBlockTFQMRIter::initialize() and TRQMRIter::getState().
Definition at line 94 of file BelosPseudoBlockTFQMRIter.hpp.
|
inline |
Definition at line 104 of file BelosPseudoBlockTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::R |
The current residual basis.
Definition at line 97 of file BelosPseudoBlockTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::W |
Definition at line 98 of file BelosPseudoBlockTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::U |
Definition at line 99 of file BelosPseudoBlockTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::Rtilde |
Definition at line 100 of file BelosPseudoBlockTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::D |
Definition at line 101 of file BelosPseudoBlockTFQMRIter.hpp.
Teuchos::RCP<const MV> Belos::PseudoBlockTFQMRIterState< ScalarType, MV >::V |
Definition at line 102 of file BelosPseudoBlockTFQMRIter.hpp.