Uses of Class
org.apfloat.internal.IntTableFNT
-
Packages that use IntTableFNT 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 IntTableFNT in org.apfloat.aparapi
Subclasses of IntTableFNT in org.apfloat.aparapi Modifier and Type Class Description class
IntAparapiNTTStepStrategy
NTT steps for theint
element type aparapi transforms. -
Uses of IntTableFNT in org.apfloat.internal
Subclasses of IntTableFNT in org.apfloat.internal Modifier and Type Class Description class
IntNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
IntTableFNTStrategy
Fast Number Theoretic Transform strategy that uses lookup tables for powers of n:th root of unity and permutation indexes.
-