Uses of Interface
org.apfloat.spi.Factor3NTTStepStrategy
-
Packages that use Factor3NTTStepStrategy 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).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of Factor3NTTStepStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement Factor3NTTStepStrategy Modifier and Type Class Description class
IntAparapiFactor3NTTStepStrategy
Steps for the factor-3 NTT using the GPU, for theint
element type.class
LongAparapiFactor3NTTStepStrategy
Steps for the factor-3 NTT using the GPU, for thelong
element type. -
Uses of Factor3NTTStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement Factor3NTTStepStrategy Modifier and Type Class Description class
DoubleFactor3NTTStepStrategy
Steps for the factor-3 NTT.class
FloatFactor3NTTStepStrategy
Steps for the factor-3 NTT.class
IntFactor3NTTStepStrategy
Steps for the factor-3 NTT.class
LongFactor3NTTStepStrategy
Steps for the factor-3 NTT.Fields in org.apfloat.internal declared as Factor3NTTStepStrategy Modifier and Type Field Description protected Factor3NTTStepStrategy
Factor3NTTStrategy. stepStrategy
The factor-3 NTT steps.Methods in org.apfloat.internal that return Factor3NTTStepStrategy Modifier and Type Method Description Factor3NTTStepStrategy
DoubleNTTBuilder. createFactor3NTTSteps()
Factor3NTTStepStrategy
FloatNTTBuilder. createFactor3NTTSteps()
Factor3NTTStepStrategy
IntNTTBuilder. createFactor3NTTSteps()
Factor3NTTStepStrategy
LongNTTBuilder. createFactor3NTTSteps()
-
Uses of Factor3NTTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return Factor3NTTStepStrategy Modifier and Type Method Description Factor3NTTStepStrategy
NTTBuilder. createFactor3NTTSteps()
Creates an object for implementing the steps of factor-3 NTT.
-