#include <dvec.h>
Inherited by add, mul, and sub.
Public Member Functions | |
virtual double | operator() (double a, double b) const =0 |
virtual | ~dvec_op () |
Definition at line 55 of file dvec.h.
virtual double operator() | ( | double | a, | |
double | b | |||
) | const [pure virtual] |
Implemented in mul, add, and sub.
Referenced by dvec< LEN >::dvec().