#include <AnasaziOperatorTraits.hpp>
Static Public Member Functions | |
| ReturnType | Apply (const OP &Op, const MV &x, MV &y) |
| Application method which performs operation y = Op*x. | |
An adapter for this traits class must exist for the MV and OP types. If not, this class will produce a compile-time error.
|
||||||||||||||||||||
|
Application method which performs operation y = Op*x.
|
1.3.9.1