repthy
Class PGL

Object
  extended byAbstractCollection
      extended byAbstractSet
          extended byImmutableSet
              extended byGroup
                  extended byHashGroup
                      extended byPGL
All Implemented Interfaces:
Collection, Set

public class PGL
extends HashGroup

The general linear group PGL(n, p) over the finite field of p elements.

As in PMatrixModp, we require 2 ≤ p ≤ 127.

Author:
Mark McConnell

Field Summary
 
Fields inherited from class Group
charTable
 
Constructor Summary
PGL(int n, int p)
          Constructs PGL(n, p).
 
Method Summary
 boolean isSimple()
          Whether this group is simple.
static void main(String[] args)
          For testing.
 
Methods inherited from class HashGroup
contains, getConjClass, getConjClassIndex, getConjClassNum, iterator, size
 
Methods inherited from class Group
cyclicSubgpsUpToConj, describeOrder8, elementarySubgps, fillInCharTable, getCenter, getCentralizer, getCharComparator, getCharTable, getCommutatorSubgroup, getCompositionSeries, getConjClassRep, getEltOrder, getEltOrder, getIdentity, getOrder, getProperNormalSubgroup, getSylow, isAbelian, isCentral, isSubgroupOf, order, power, printTest, tableTest
 
Methods inherited from class ImmutableSet
add, addAll, clear, remove, removeAll, retainAll
 
Methods inherited from class AbstractSet
equals, hashCode
 
Methods inherited from class AbstractCollection
containsAll, isEmpty, toArray, toArray, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Set
containsAll, isEmpty, toArray, toArray
 

Constructor Detail

PGL

public PGL(int n,
           int p)
Constructs PGL(n, p).

Throws:
IllegalArgumentException - Unless n ≥ and p is prime.
Method Detail

isSimple

public boolean isSimple()
Description copied from class: Group
Whether this group is simple.

Overrides:
isSimple in class Group

main

public static void main(String[] args)
For testing. Give it n p.