public static class GoppaCode.MatrixSet extends 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. |
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()
Copyright © 2016 BouncyCastle.org. All rights reserved.