$coefficients
$coefficients : int[]|mixed|null
<p>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.
$coefficients : int[]|mixed|null
__construct(\Zxing\Common\Reedsolomon\the $field, array $coefficients) : mixed
\Zxing\Common\Reedsolomon\the | $field | {@link GenericGF} instance representing the field to use to perform computations |
array | $coefficients | coefficients as ints representing elements of GF(size), arranged from most significant (highest-power term) coefficient to least significant |
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")