Anasazi
Version of the Day
|
Virtual base class which defines basic traits for the operator type. More...
#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. More... | |
Virtual base class which defines basic traits for the operator type.
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 84 of file AnasaziOperatorTraits.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.