#include <BraidGroup.h>
Public Member Functions | |
BraidGroup (int n) | |
Constructor (creates the braid group on n strands). | |
int | getRank () const |
get the rank of the braid group (number of strands) | |
Word | twist (const Word &w) const |
get the braid word called a half-twist (its square generates the center of the braid group) | |
Private Attributes | |
int | theRank |
A BraidGroup is uniquely defined by its index.
Definition at line 26 of file BraidGroup.h.
|
Constructor (creates the braid group on n strands).
Definition at line 36 of file BraidGroup.h. |
|
get the rank of the braid group (number of strands)
Definition at line 47 of file BraidGroup.h. References theRank. |
|
get the braid word called a half-twist (its square generates the center of the braid group)
|
|
Definition at line 59 of file BraidGroup.h. Referenced by getRank(). |