the GenericGF instance representing the field to use to perform computations
coefficients as ints representing elements of GF(size), arranged from most significant (highest-power term) coefficient to least significant
evaluation of this polynomial at a given point
coefficient of x^degree term in this polynomial
degree of this polynomial
true iff this polynomial is the monomial "0"
Generated using TypeDoc
Represents a polynomial whose coefficients are elements of a GF. Instances of this class are immutable.
Much credit is due to William Rucklidge since portions of this code are an indirect port of his C++ Reed-Solomon implementation.
Sean Owen