Assignments
Assignments
|
#include <algebra.h>
This templated class fills in the group operators for the class Element It assumes the following operations are well defined for const Element &e and const Element &f: Element g = e.additiveInverse(); Element g = e + f;