|
Anasazi Version of the Day
|
Partial specialization of OperatorTraits for Tpetra objects. More...
#include <AnasaziTpetraAdapter.hpp>
Static Public Member Functions | |
Operator application method. | |
| static void | Apply (const Tpetra::Operator< Scalar, LO, GO, Node > &Op, const Tpetra::MultiVector< Scalar, LO, GO, Node > &x, Tpetra::MultiVector< Scalar, LO, GO, Node > &y) |
| Application method which performs operation y = Op*x. An OperatorError exception is thrown if there is an error. | |
Partial specialization of OperatorTraits for Tpetra objects.
Definition at line 718 of file AnasaziTpetraAdapter.hpp.
|
inlinestatic |
Application method which performs operation y = Op*x. An OperatorError exception is thrown if there is an error.
Definition at line 92 of file AnasaziOperatorTraits.hpp.