#include <group.h>
| bool Group::checkIfGroup |
( |
| ) |
|
Check if group variable (which is a multiplication table) is a group. This is essentially what is known as the rearrangement theorem
| void Group::correctedCyclicGroup |
( |
| ) |
|
Rearranges the multiplication table in the regular representation form
| void Group::printGroup |
( |
| ) |
|
| void Group::regularRepresentation |
( |
| ) |
|
Print the regular representation of the group
| Eigen::MatrixXd Group::regularRepresentationOfElement |
( |
int |
ele | ) |
|
Print the regular representation of element ele
- Parameters
-
| ele | The element to find the regular representation for |
The documentation for this class was generated from the following files: