Uses of Class
org.apfloat.internal.LongElementaryModMath
-
Packages that use LongElementaryModMath 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 LongElementaryModMath in org.apfloat.aparapi
Subclasses of LongElementaryModMath in org.apfloat.aparapi Modifier and Type Class Description classLongAparapiFactor3NTTStepStrategySteps for the factor-3 NTT using the GPU, for thelongelement type.classLongAparapiNTTStepStrategyNTT steps for thelongelement type aparapi transforms. -
Uses of LongElementaryModMath in org.apfloat.internal
Subclasses of LongElementaryModMath in org.apfloat.internal Modifier and Type Class Description classLongFactor3NTTStepStrategySteps for the factor-3 NTT.classLongModMathModulo arithmetic functions forlongdata.classLongNTTConvolutionStepStrategySteps of a three-NTT convolution for thelongtype.classLongNTTStepStrategyCommon methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.classLongTableFNTFast Number Theoretic Transform that uses lookup tables for powers of n:th root of unity and permutation indexes.classLongTableFNTStrategyFast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.classLongWTablesHelper class for generating and caching tables of powers of the n:th root of unity.
-