#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.
| 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.
1.4.7