|
permlib
0.2.8
Library for permutation computations
|
BSGS construction for a cyclic group of given order. More...
#include <cyclic_group_construction.h>
Public Member Functions | |
| CyclicGroupConstruction (unsigned int n) | |
| constructor | |
|
BSGS< typename TRANS::PERMtype, TRANS > | construct () const |
| sets up a BSGS data structure for a cyclic group | |
BSGS construction for a cyclic group of given order.
| permlib::CyclicGroupConstruction< TRANS >::CyclicGroupConstruction | ( | unsigned int | n | ) |
constructor
| n | order of the cyclic group |
1.7.6.1