Uses of Class
org.apfloat.internal.LongModMath
-
Packages that use LongModMath Package Description org.apfloat.aparapi Transforms for using a GPU via the aparapi library.org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI). -
-
Uses of LongModMath in org.apfloat.aparapi
Subclasses of LongModMath in org.apfloat.aparapi Modifier and Type Class Description class
LongAparapiFactor3NTTStepStrategy
Steps for the factor-3 NTT using the GPU, for thelong
element type.class
LongAparapiNTTStepStrategy
NTT steps for thelong
element type aparapi transforms. -
Uses of LongModMath in org.apfloat.internal
Subclasses of LongModMath in org.apfloat.internal Modifier and Type Class Description class
LongFactor3NTTStepStrategy
Steps for the factor-3 NTT.class
LongNTTConvolutionStepStrategy
Steps of a three-NTT convolution for thelong
type.class
LongNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
LongTableFNT
Fast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.class
LongTableFNTStrategy
Fast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.class
LongWTables
Helper class for generating and caching tables of powers of the n:th root of unity.Fields in org.apfloat.internal declared as LongModMath Modifier and Type Field Description private static LongModMath
LongCarryCRTStepStrategy. MATH_MOD_0
private static LongModMath
LongCarryCRTStepStrategy. MATH_MOD_1
private static LongModMath
LongCarryCRTStepStrategy. MATH_MOD_2
Methods in org.apfloat.internal that return LongModMath Modifier and Type Method Description private static LongModMath
LongWTables. getInstance(int modulus)
-