Uses of Class
repthy.PermGpElt

Uses of PermGpElt in repthy
 

Methods in repthy that return PermGpElt
 PermGpElt D_2n.getRpwr(int i)
          Returns the i-th power of the generator R.
 PermGpElt D_2n.getRpwrE(int i)
          Returns R^i E.
 PermGpElt D_2n.getR()
          Returns the generator R.
 PermGpElt D_2n.getE()
          Returns the generator E.
static PermGpElt PermGpElt.parseCycles(int deg, String x)
          Converts a cycle like (2 0 4)(3 1) to a PermGpElt of the specified degree.
 

Constructors in repthy with parameters of type PermGpElt
PermGp(PermGpElt[] generators)
          See the corresponding constructor in HashGroup.