Uses of Class
repthy.MatrixModp

Uses of MatrixModp in repthy
 

Subclasses of MatrixModp in repthy
 class PMatrixModp
          Square matrices modulo a byte p as in the superclass MatrixModp, but modulo scalar multiples of the identity.
 class PSLEltModp
          A PMatrixModp that's known at construction time to have determinant equal to an n-th root of unity.
 

Constructors in repthy with parameters of type MatrixModp
PMatrixModp(MatrixModp x)
          Projectivizes its argument.