Assignments
Assignments
|
#include <algebra.h>
This templated class fills in the vector space methods for the class Element It assumes the following operations are well defined for const Element &e, const Element &f, and double s: Element g = e + f; Element g = e * s;