Property | Type | Description | |
---|---|---|---|
GF256Poly | System | ||
addOrSubtract | |||
divide | zxingwp7.common.reedsolomon.GF256Poly[] | ||
evaluateAt | int | ||
getCoefficient | int | ||
multiply | |||
multiply | |||
multiplyByMonomial |
Method | Description | |
---|---|---|
ToString ( ) : String |
Method | Description | |
---|---|---|
GF256Poly ( |
or if leading coefficient is 0 and this is not a constant polynomial (that is, it is not the monomial "0")
|
|
addOrSubtract ( |
||
divide ( |
||
evaluateAt ( int a ) : int | ||
getCoefficient ( int degree ) : int | ||
multiply ( |
||
multiply ( int scalar ) : |
||
multiplyByMonomial ( int degree, int coefficient ) : |