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

#include <algebra.h>

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

Detailed Description

template<class Element>
class Util::AdditiveGroup< Element >

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;


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