#include <AnasaziOperatorTraits.hpp>
Static Public Member Functions | |
Operator application method. | |
| 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.
|
||||||||||||||||||||
|
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. |
1.3.9.1