#include <AnasaziOperatorTraits.hpp>
Static Public Member Functions | |
Operator application method. | |
static void | Apply (const OP &Op, const MV &x, MV &y) |
Application method which performs operation y = Op*x. An OperatorError exception is thrown if there is an error. |
An adapter for this traits class must exist for the MV
and OP
types. If not, this class will produce a compile-time error.
Definition at line 71 of file AnasaziOperatorTraits.hpp.
static void Anasazi::OperatorTraits< ScalarType, MV, OP >::Apply | ( | const OP & | Op, | |
const MV & | x, | |||
MV & | y | |||
) | [inline, static] |
Application method which performs operation y = Op*x. An OperatorError exception is thrown if there is an error.
Definition at line 79 of file AnasaziOperatorTraits.hpp.