Assignments
Assignments
|
#include <algebra.h>
This templated class fills in the field 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.multiplicativeInverse(); Element g = e + f; Element g = e * f;