Uses of Interface
org.apfloat.spi.Factor3NTTStepStrategy
Packages that use Factor3NTTStepStrategy
Package
Description
Transforms for using a GPU via the aparapi library.
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of Factor3NTTStepStrategy in org.apfloat.aparapi
Classes in org.apfloat.aparapi that implement Factor3NTTStepStrategyModifier and TypeClassDescriptionclassSteps for the factor-3 NTT using the GPU, for theintelement type.classSteps 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 Factor3NTTStepStrategyModifier and TypeClassDescriptionclassSteps for the factor-3 NTT.classSteps for the factor-3 NTT.classSteps for the factor-3 NTT.classSteps for the factor-3 NTT.Fields in org.apfloat.internal declared as Factor3NTTStepStrategyModifier and TypeFieldDescriptionprotected Factor3NTTStepStrategyFactor3NTTStrategy.stepStrategyThe factor-3 NTT steps.Methods in org.apfloat.internal that return Factor3NTTStepStrategyModifier and TypeMethodDescriptionDoubleNTTBuilder.createFactor3NTTSteps()FloatNTTBuilder.createFactor3NTTSteps()IntNTTBuilder.createFactor3NTTSteps()LongNTTBuilder.createFactor3NTTSteps() -
Uses of Factor3NTTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return Factor3NTTStepStrategyModifier and TypeMethodDescriptionNTTBuilder.createFactor3NTTSteps()Creates an object for implementing the steps of factor-3 NTT.