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

base change by constructing a new base with random schreier sims More...

#include <new_base_change.h>

Inheritance diagram for permlib::NewBaseChange< PERM, TRANS >:
permlib::BaseChange< PERM, TRANS >

List of all members.

Public Member Functions

 NewBaseChange (const BSGS< PERM, TRANS > &bsgs)
 constructor
 ~NewBaseChange ()
 destructor
template<class InputIterator >
void change (BSGS< PERM, TRANS > &bsgs, InputIterator baseBegin, InputIterator baseEnd, bool skipRedundant=false) const
 changes base of bsgs so that it starts with the sequence given by baseBegin to baseEnd

Detailed Description

template<class PERM, class TRANS>
class permlib::NewBaseChange< PERM, TRANS >

base change by constructing a new base with random schreier sims


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