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 |
|---|
MatrixSet(GF2Matrix g,
int[] setJ)
Construct a new
GoppaCode.MatrixSet container with the given
parameters. |
| Modifier and Type | Method and Description |
|---|---|
GF2Matrix |
getG() |
int[] |
getSetJ() |
public 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()