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

#include <algebra.h>

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

Detailed Description

template<class Element>
class Util::MultiplicativeGroup< 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.multiplicativeInverse(); Element g = e * f;


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