Regina 7.4 Calculation Engine
permgroup.h File Reference

Implements groups of permutations on n objects. More...

#include "core/output.h"
#include "maths/perm.h"

Classes

class  regina::PermGroup< n, cached >
 Represents a group of permutations on n elements. More...
 
class  regina::PermGroup< n, cached >::iterator
 The iterator type for this group. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Enumerations

enum class  regina::NamedPermGroup { regina::Trivial = 0 , regina::Symmetric = 1 , regina::Alternating = 2 }
 Constants that represent particular well-known classes of permutation groups. More...
 

Variables

constexpr NamedPermGroup regina::PERM_GROUP_TRIVIAL
 A deprecated constant indicating a well-known class of permutation groups.
 
constexpr NamedPermGroup regina::PERM_GROUP_SYMMETRIC
 A deprecated constant indicating a well-known class of permutation groups.
 
constexpr NamedPermGroup regina::PERM_GROUP_ALTERNATING
 A deprecated constant indicating a well-known class of permutation groups.
 

Detailed Description

Implements groups of permutations on n objects.