3.2.1. basic_stabilizer.hpp¶
Full path: group/basic_stabilizer.hpp
-
template<typename
Alloc
, typenameDupChecker
= DupCheckerNop>
classbasic_stabilizer
¶ A
Stabilizer
type which filters permutations from a base group simply by whether they fix a given element. It may therefore represent only a subgroup of the stabilizer it is defined as.-
using
is_accurate
= std::false_type¶
-
basic_stabilizer
(std::size_t fixed, const allocator &alloc, DupChecker dupChecker = DupChecker())¶
-
std::size_t
degree
() const¶
-
PtrContainerToPermProxy<Store, perm>
generators
() const¶
-
PtrContainerToPtrProxy<Store, const_pointer>
generator_ptrs
() const¶
-
std::size_t
fixed_element
() const¶
-
using