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