Uses of Class
repthy.HashGroup

Uses of HashGroup in repthy
 

Subclasses of HashGroup in repthy
 class A_n
          The group A_n consisting of all even permutations of n elements.
 class AbelianGroup
          What's purple and commutes?
 class D_2n
          The dihedral group D_2n of order 2n, for n geq 3.
 class GL
          The general linear group GL(n, p) over the finite field of p elements.
 class PermGp
          A HashGroup in which all the group elements are PermGpElts of the same degree.
 class PGL
          The general linear group PGL(n, p) over the finite field of p elements.
 class PGroup
          A p-group, that is, a group of order pm where p is a prime and m ≥ 0.
 class ProductGroup
          A direct product G1 × G2 of two Groups.
 class ProductGroupInternal
          An internal direct product, where the elements g1, g2 in g1 × g2 lie in a common parent group.
 class PSL
          The projective special linear group PSL(n, p) over the finite field of p elements.
 class PSL3
          Special topics concerning PSL3(p) for a prime p.
 class Q_8
          The quaternionic group of order 8.
 class QuotientGroup
          Given a Subgroup (G, H) where H is a normal subgroup of G, this class is the quotient group G/H, and provides the method QuotientGroup.getQuotientMap() for obtaining the quotient homomorphism from G to G/H.
 class S_n
          The group Sn consisting of all permutations of the integers 0, ..., n-1.
 class SL
          The special linear group SLn(p) over the finite field of p elements.