#include <AnasaziEpetraAdapter.hpp>
Inheritance diagram for Anasazi::EpetraSymMVOp:
Public Member Functions | |
| EpetraSymMVOp (const Teuchos::RefCountPtr< Epetra_MultiVector > &MV, const bool isTrans=false) | |
Basic constructor for applying operator [default] or . | |
| ~EpetraSymMVOp () | |
| Destructor. | |
| ReturnType | Apply (const MultiVec< double > &X, MultiVec< double > &Y) const |
| Apply method. | |
This class will apply the operation
[default] or
, for the Apply method of the Epetra_Operator / Anasazi::Operator. The Anasazi::EpetraSymMvOp operator is useful when trying to compute a few singular values of the Epetra_MultiVector
. The singular values are the square-root of the eigenvalues of
and
.
|
||||||||||||
|
Basic constructor for applying operator
If |
|
||||||||||||
|
Apply method.
This method will apply Implements Anasazi::Operator< double >. |
1.3.9.1