#include <AnasaziEpetraAdapter.hpp>
Static Public Member Functions | |
static void | Apply (const Epetra_Operator &Op, const Epetra_MultiVector &x, Epetra_MultiVector &y) |
This method takes the Epetra_MultiVector x and applies the Epetra_Operator Op to it resulting in the Epetra_MultiVector y . |
This interface will ensure that any Epetra_Operator and Epetra_MultiVector will be accepted by the Anasazi templated solvers.
Definition at line 894 of file AnasaziEpetraAdapter.hpp.
static void Anasazi::OperatorTraits< double, Epetra_MultiVector, Epetra_Operator >::Apply | ( | const Epetra_Operator & | Op, | |
const Epetra_MultiVector & | x, | |||
Epetra_MultiVector & | y | |||
) | [inline, static] |
This method takes the Epetra_MultiVector x
and applies the Epetra_Operator Op
to it resulting in the Epetra_MultiVector y
.
Definition at line 901 of file AnasaziEpetraAdapter.hpp.