public static class GoppaCode.MatrixSet
extends java.lang.Object
GF2Matrix and one
 int[]. It is used to hold a generator matrix and the set of indices such
 that the submatrix of the generator matrix consisting of the specified
 columns is the identity.GF2Matrix, 
Permutation| Constructor and Description | 
|---|
| GoppaCode.MatrixSet(GF2Matrix g,
                   int[] setJ)Construct a new  GoppaCode.MatrixSetcontainer with the given
 parameters. | 
public GoppaCode.MatrixSet(GF2Matrix g, int[] setJ)
GoppaCode.MatrixSet container with the given
 parameters.g - the generator matrixsetJ - the set of indices such that the submatrix of the
             generator matrix consisting of the specified columns
             is the identitypublic GF2Matrix getG()
public int[] getSetJ()