Assignments
Assignments
Util::Field< Element > Class Template Reference

#include <algebra.h>

Inheritance diagram for Util::Field< Element >:
Util::AdditiveGroup< Element > Util::MultiplicativeGroup< Element >

Detailed Description

template<class Element>
class Util::Field< Element >

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;


The documentation for this class was generated from the following file: