Anasazi
Version of the Day
|
Template specialization of Anasazi::OperatorTraits class using the Epetra_Operator virtual base class and Epetra_MultiVector class. More...
#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 . More... | |
Template specialization of Anasazi::OperatorTraits class using the Epetra_Operator virtual base class and Epetra_MultiVector class.
This interface will ensure that any Epetra_Operator and Epetra_MultiVector will be accepted by the Anasazi templated solvers.
Definition at line 1369 of file AnasaziEpetraAdapter.hpp.
|
inlinestatic |
This method takes the Epetra_MultiVector x
and applies the Epetra_Operator Op
to it resulting in the Epetra_MultiVector y
.
Definition at line 1376 of file AnasaziEpetraAdapter.hpp.