permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
permlib::BSGSGenerator< TRANS > Class Template Reference

stateful generator of BSGS elements More...

#include <bsgs_generator.h>

Inheritance diagram for permlib::BSGSGenerator< TRANS >:
permlib::Generator< TRANS::PERMtype >

List of all members.

Public Member Functions

 BSGSGenerator (const std::vector< TRANS > &U)
 constructor
virtual PERM next ()
 generates an element
virtual bool hasNext ()
 true, iff more elements can be generated

Detailed Description

template<class TRANS>
class permlib::BSGSGenerator< TRANS >

stateful generator of BSGS elements

Constructs all group elements from a list of BSGS transversals


Constructor & Destructor Documentation

template<class TRANS >
permlib::BSGSGenerator< TRANS >::BSGSGenerator ( const std::vector< TRANS > &  U)

constructor

Parameters:
Uvector of BSGS transversals

The documentation for this class was generated from the following file: