#include <AnasaziEpetraAdapter.hpp>
Inheritance diagram for Anasazi::EpetraW2SymMVOp:

Public Member Functions | |
| EpetraW2SymMVOp (const Teuchos::RCP< const Epetra_MultiVector > &MV, const Teuchos::RCP< Epetra_Operator > &OP) | |
Basic constructor for applying operator . | |
| ~EpetraW2SymMVOp () | |
| Destructor. | |
| void | Apply (const MultiVec< double > &X, MultiVec< double > &Y) const |
| Apply method. | |
This class will apply the operation
for the Apply method of the Anasazi::Operator. The Anasazi::EpetraW2SymMvOp operator is useful when trying to compute a few singular values of the Epetra_MultiVector
under the weighting matrix
. The singular values are the square-root of the eigenvalues of
.
| Anasazi::EpetraW2SymMVOp::EpetraW2SymMVOp | ( | const Teuchos::RCP< const Epetra_MultiVector > & | MV, | |
| const Teuchos::RCP< Epetra_Operator > & | OP | |||
| ) |
Basic constructor for applying operator
.
| Anasazi::EpetraW2SymMVOp::~EpetraW2SymMVOp | ( | ) | [inline] |
Destructor.
1.4.7