Skip to content

Commit

Permalink
Implement all G(r,p,m) complex reflection groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Apr 22, 2024
1 parent 8ea5214 commit 65a8391
Show file tree
Hide file tree
Showing 3 changed files with 358 additions and 114 deletions.
3 changes: 2 additions & 1 deletion src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
# Permutations
from .permutation import Permutation, Permutations, Arrangements, CyclicPermutations, CyclicPermutationsOfPartition
from .affine_permutation import AffinePermutationGroup
lazy_import('sage.combinat.colored_permutations', ['ColoredPermutations',
lazy_import('sage.combinat.colored_permutations', ['ComplexReflectionGroup',
'ColoredPermutations',
'SignedPermutation',
'SignedPermutations'])
from .derangements import Derangements
Expand Down
Loading

0 comments on commit 65a8391

Please sign in to comment.