|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants needed for various modular arithmetic operations for the int
type.
Field Summary | |
static int |
MAX_POWER_OF_TWO_BASE
Maximum power-of-two base that fits in an int . |
static int |
MAX_POWER_OF_TWO_BITS
Maximum bits in a power-of-two base that fits in an int . |
static long |
MAX_TRANSFORM_LENGTH
Maximum transform length for the moduli. |
static int[] |
MODULUS
Moduli to be used in number theoretic transforms. |
static int[] |
PRIMITIVE_ROOT
Primitive roots for the corresponding moduli. |
Field Detail |
public static final int[] MODULUS
public static final int[] PRIMITIVE_ROOT
public static final long MAX_TRANSFORM_LENGTH
public static final int MAX_POWER_OF_TWO_BITS
int
.
public static final int MAX_POWER_OF_TWO_BASE
int
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |