PermutationGroup
A group of permutations. Group axioms are verified during construction.
Sources
permutation_group.hpp
permutation_group.cpp
permutation_group.jl
Constructor
From Permutations
Creates an PermutationGroup out of a vector of Permutation objects.
From matrix
Creates a PermutationGroup out of a matrix whose rows specify the individual permutations. If a raw pointer is handed, the matrix is assumed to be in column-major form.
Methods
nsites
Returns the number of sites on which the permutations of the group acts.
size
Returns the size of the permutation group, i.e. the number permutations.
to_string (operator<<)
Converts the PermutationGroup to a readable string representation.