public interface DoubleModConstants
double
type.Modifier and Type | Field and Description |
---|---|
static double |
MAX_POWER_OF_TWO_BASE
Maximum power-of-two base that fits in a
double . |
static int |
MAX_POWER_OF_TWO_BITS
Maximum bits in a power-of-two base that fits in a
double . |
static long |
MAX_TRANSFORM_LENGTH
Maximum transform length for the moduli.
|
static double[] |
MODULUS
Moduli to be used in number theoretic transforms.
|
static double[] |
PRIMITIVE_ROOT
Primitive roots for the corresponding moduli.
|
static final double[] MODULUS
static final double[] PRIMITIVE_ROOT
static final long MAX_TRANSFORM_LENGTH
static final int MAX_POWER_OF_TWO_BITS
double
.static final double MAX_POWER_OF_TWO_BASE
double
.Copyright © 2017. All rights reserved.