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 classIntAparapiFactor3NTTStepStrategySteps for the factor-3 NTT using the GPU, for theintelement type.classLongAparapiFactor3NTTStepStrategySteps for the factor-3 NTT using the GPU, for thelongelement type. -
Uses of Factor3NTTStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement Factor3NTTStepStrategy Modifier and Type Class Description classDoubleFactor3NTTStepStrategySteps for the factor-3 NTT.classFloatFactor3NTTStepStrategySteps for the factor-3 NTT.classIntFactor3NTTStepStrategySteps for the factor-3 NTT.classLongFactor3NTTStepStrategySteps for the factor-3 NTT.Fields in org.apfloat.internal declared as Factor3NTTStepStrategy Modifier and Type Field Description protected Factor3NTTStepStrategyFactor3NTTStrategy. stepStrategyThe factor-3 NTT steps.Methods in org.apfloat.internal that return Factor3NTTStepStrategy Modifier and Type Method Description Factor3NTTStepStrategyDoubleNTTBuilder. createFactor3NTTSteps()Factor3NTTStepStrategyFloatNTTBuilder. createFactor3NTTSteps()Factor3NTTStepStrategyIntNTTBuilder. createFactor3NTTSteps()Factor3NTTStepStrategyLongNTTBuilder. createFactor3NTTSteps() -
Uses of Factor3NTTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return Factor3NTTStepStrategy Modifier and Type Method Description Factor3NTTStepStrategyNTTBuilder. createFactor3NTTSteps()Creates an object for implementing the steps of factor-3 NTT.
-