GenericGFPoly

constructor(field: GenericGF, coefficients: IntArray)

Parameters

field

the GenericGF instance representing the field to use to perform computations

coefficients

coefficients as ints representing elements of GF(size), arranged from most significant (highest-power term) coefficient to least significant

Throws

if argument is null or empty, or if leading coefficient is 0 and this is not a constant polynomial (that is, it is not the monomial "0")