#include <BelosTFQMRIter.hpp>
Public Member Functions | |
| TFQMRIterState () | |
Public Attributes | |
| Teuchos::RCP< const MV > | R |
| The current residual basis. | |
| 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 |
This struct is utilized by TFQMRIter::initialize() and TRQMRIter::getState().
Definition at line 83 of file BelosTFQMRIter.hpp.
| Belos::TFQMRIterState< ScalarType, MV >::TFQMRIterState | ( | ) | [inline] |
Definition at line 93 of file BelosTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::R |
| Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::W |
Definition at line 87 of file BelosTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::U |
Definition at line 88 of file BelosTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::Rtilde |
Definition at line 89 of file BelosTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::D |
Definition at line 90 of file BelosTFQMRIter.hpp.
| Teuchos::RCP<const MV> Belos::TFQMRIterState< ScalarType, MV >::V |
Definition at line 91 of file BelosTFQMRIter.hpp.
1.4.7