Uses of Class
org.apfloat.internal.AbstractStepFNTStrategy
-
Packages that use AbstractStepFNTStrategy 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 AbstractStepFNTStrategy in org.apfloat.aparapi
Subclasses of AbstractStepFNTStrategy in org.apfloat.aparapi Modifier and Type Class Description classColumnSixStepFNTStrategySix-step NTT implementation that processes the data in the columns of the matrix.classColumnTwoPassFNTStrategyTwo-pass NTT implementation that processes the data in the columns of the matrix.classIntAparapiSixStepFNTStrategySix-step NTT implementation for theintelement type.classLongAparapiSixStepFNTStrategySix-step NTT implementation for thelongelement type. -
Uses of AbstractStepFNTStrategy in org.apfloat.internal
Subclasses of AbstractStepFNTStrategy in org.apfloat.internal Modifier and Type Class Description classSixStepFNTStrategyFast Number Theoretic Transform that uses a "six-step" algorithm to calculate a long transform more efficiently on cache-based memory architectures.classTwoPassFNTStrategyFast Number Theoretic Transform that uses a "two-pass" algorithm to calculate a very long transform on data that resides on a mass storage device.
-