Uses of Class
org.apfloat.internal.DoubleModMath
-
Packages that use DoubleModMath Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of DoubleModMath in org.apfloat.internal
Subclasses of DoubleModMath in org.apfloat.internal Modifier and Type Class Description class
DoubleFactor3NTTStepStrategy
Steps for the factor-3 NTT.class
DoubleNTTConvolutionStepStrategy
Steps of a three-NTT convolution for thedouble
type.class
DoubleNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
DoubleTableFNT
Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.class
DoubleTableFNTStrategy
Fast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.class
DoubleWTables
Helper class for generating and caching tables of powers of the n:th root of unity.Fields in org.apfloat.internal declared as DoubleModMath Modifier and Type Field Description private static DoubleModMath
DoubleCarryCRTStepStrategy. MATH_MOD_0
private static DoubleModMath
DoubleCarryCRTStepStrategy. MATH_MOD_1
private static DoubleModMath
DoubleCarryCRTStepStrategy. MATH_MOD_2
Methods in org.apfloat.internal that return DoubleModMath Modifier and Type Method Description private static DoubleModMath
DoubleWTables. getInstance(int modulus)
-