Class GenericGFPoly

java.lang.Object
com.google.zxing.common.reedsolomon.GenericGFPoly

final class GenericGFPoly
extends Object

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.

Author:
Sean Owen