Uses of Class
org.apfloat.internal.SixStepFNTStrategy
-
Packages that use SixStepFNTStrategy Package Description org.apfloat.aparapi Transforms for using a GPU via the aparapi library. -
-
Uses of SixStepFNTStrategy in org.apfloat.aparapi
Subclasses of SixStepFNTStrategy in org.apfloat.aparapi Modifier and Type Class Description class
ColumnSixStepFNTStrategy
Six-step NTT implementation that processes the data in the columns of the matrix.class
IntAparapiSixStepFNTStrategy
Six-step NTT implementation for theint
element type.class
LongAparapiSixStepFNTStrategy
Six-step NTT implementation for thelong
element type.
-