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 | |
![]() | |
KnownBSGSConstruction (unsigned int n) | |
constructor | |
BSGS< TRANS::PERMtype, TRANS > | construct (ForwardIterator generatorsBegin, ForwardIterator generatorsEnd, InputIterator knownBaseBegin, InputIterator knownBaseEnd) const |
sets up a BSGS data structure for a known base and strong generating set | |
![]() | |
BaseConstruction (dom_int n) | |
constructor |
BSGS construction for a cyclic group of given order.
permlib::CyclicGroupConstruction< TRANS >::CyclicGroupConstruction | ( | unsigned int | n | ) |
constructor
n | order of the cyclic group |