Property | Type | Description | |
---|---|---|---|
DATA_MATRIX_FIELD | |||
QR_CODE_FIELD |
Property | Type | Description | |
---|---|---|---|
GF256 | System | ||
addOrSubtract | int | ||
buildMonomial | |||
exp | int | ||
inverse | int | ||
log | int | ||
multiply | int |
Method | Description | |
---|---|---|
GF256 ( int primitive ) : System |
Create a representation of GF(256) using the given primitive polynomial.
|
|
addOrSubtract ( int a, int b ) : int |
Implements both addition and subtraction -- they are the same in GF(256).
|
|
buildMonomial ( int degree, int coefficient ) : |
||
exp ( int a ) : int | ||
inverse ( int a ) : int | ||
log ( int a ) : int | ||
multiply ( int a, int b ) : int |
public static GF256,zxingwp7.common.reedsolomon DATA_MATRIX_FIELD | ||
return |