|
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. | |
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 1384 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 1391 of file AnasaziEpetraAdapter.hpp.
1.7.6.1