Cayley graphs¶
This page contains information about the methods of the FroidurePin
class related to Cayley graphs.
- FroidurePin.right_cayley_graph(self: FroidurePin) List[List[int]]¶
Returns the right Cayley graph.
- Parameters
None
- Returns
A
List[List[int]].
- FroidurePin.left_cayley_graph(self: FroidurePin) List[List[int]]¶
Returns the left Cayley graph.
- Parameters
None
- Returns
A
List[List[int]].