#include <BelosRCGIter.hpp>
Public Member Functions | |
| RCGIterState () | |
Public Attributes | |
| int | curDim |
| The current dimension of the reduction. | |
| Teuchos::RCP< MV > | P |
| The current Krylov basis. | |
| Teuchos::RCP< MV > | Ap |
| A times current search vector. | |
| Teuchos::RCP< MV > | r |
| The current residual. | |
| Teuchos::RCP< MV > | z |
| The current preconditioned residual. | |
| bool | existU |
| Flag to indicate the recycle space should be used. | |
| Teuchos::RCP< MV > | U |
| The recycled subspace and its image. | |
| Teuchos::RCP< MV > | AU |
| Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > | Alpha |
| Coefficients arising in RCG iteration. | |
| Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > | Beta |
| Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > | D |
| Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > | rTz_old |
| Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > | Delta |
| Solutions to local least-squares problems. | |
| Teuchos::RCP< Teuchos::SerialDenseMatrix< int, ScalarType > > | LUUTAU |
| The LU factorization of the matrix U^T A U. | |
| Teuchos::RCP< std::vector< int > > | ipiv |
| Data from LU factorization of U^T A U. | |
This struct is utilized by RCGIter::initialize()
Definition at line 77 of file BelosRCGIter.hpp.
| Belos::RCGIterState< ScalarType, MV >::RCGIterState | ( | ) | [inline] |
Definition at line 118 of file BelosRCGIter.hpp.
| int Belos::RCGIterState< ScalarType, MV >::curDim |
The current dimension of the reduction.
This should always be equal to BlockGmresIter::getCurSubspaceDim()
Definition at line 82 of file BelosRCGIter.hpp.
| Teuchos::RCP<MV> Belos::RCGIterState< ScalarType, MV >::P |
| Teuchos::RCP<MV> Belos::RCGIterState< ScalarType, MV >::Ap |
| Teuchos::RCP<MV> Belos::RCGIterState< ScalarType, MV >::r |
| Teuchos::RCP<MV> Belos::RCGIterState< ScalarType, MV >::z |
| bool Belos::RCGIterState< ScalarType, MV >::existU |
| Teuchos::RCP<MV> Belos::RCGIterState< ScalarType, MV >::U |
| Teuchos::RCP<MV> Belos::RCGIterState< ScalarType, MV >::AU |
Definition at line 100 of file BelosRCGIter.hpp.
| Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::RCGIterState< ScalarType, MV >::Alpha |
| Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::RCGIterState< ScalarType, MV >::Beta |
Definition at line 105 of file BelosRCGIter.hpp.
| Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::RCGIterState< ScalarType, MV >::D |
Definition at line 106 of file BelosRCGIter.hpp.
| Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::RCGIterState< ScalarType, MV >::rTz_old |
Definition at line 107 of file BelosRCGIter.hpp.
| Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::RCGIterState< ScalarType, MV >::Delta |
| Teuchos::RCP<Teuchos::SerialDenseMatrix<int,ScalarType> > Belos::RCGIterState< ScalarType, MV >::LUUTAU |
| Teuchos::RCP<std::vector<int> > Belos::RCGIterState< ScalarType, MV >::ipiv |
1.4.7