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 TypeClassDescriptionclass
Steps for the factor-3 NTT using the GPU, for theint
element type.class
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 Factor3NTTStepStrategyModifier and TypeClassDescriptionclass
Steps for the factor-3 NTT.class
Steps for the factor-3 NTT.class
Steps for the factor-3 NTT.class
Steps for the factor-3 NTT.Fields in org.apfloat.internal declared as Factor3NTTStepStrategyModifier and TypeFieldDescriptionprotected Factor3NTTStepStrategy
Factor3NTTStrategy.stepStrategy
The 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.