repthy
Class PSLEltModp

Object
  extended byMatrixModp
      extended byPMatrixModp
          extended byPSLEltModp
All Implemented Interfaces:
Comparable, GroupElt

public class PSLEltModp
extends PMatrixModp

A PMatrixModp that's known at construction time to have determinant equal to an n-th root of unity. Such matrices are elements of PSLn(p).

Author:
Mark McConnell

Constructor Summary
PSLEltModp(byte[][] x, byte p)
           
 
Methods inherited from class PMatrixModp
commutesWith, conjugate, conjugateYinvXY, det, getIdentity, inverse, isOrthogonal, mult, projectivize
 
Methods inherited from class MatrixModp
compareTo, det, equals, getEntry, getOrder, getP, getSize, hashCode, isDiagonal, isIdentity, isJordanCanonical, isPermShaped, isSignedPerm, isUnipotentUpperTriangular, isUpperTriangular, main, power, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSLEltModp

public PSLEltModp(byte[][] x,
                  byte p)