Uses of Interface
org.apfloat.spi.NTTConvolutionStepStrategy
Packages that use NTTConvolutionStepStrategy
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of NTTConvolutionStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTConvolutionStepStrategyModifier and TypeClassDescriptionclass
Steps of a three-NTT convolution for thedouble
type.class
Steps of a three-NTT convolution for thefloat
type.class
Steps of a three-NTT convolution for theint
type.class
Steps of a three-NTT convolution for thelong
type.Fields in org.apfloat.internal declared as NTTConvolutionStepStrategyModifier and TypeFieldDescriptionprotected NTTConvolutionStepStrategy
ThreeNTTConvolutionStrategy.stepStrategy
The convolution steps to use.Methods in org.apfloat.internal that return NTTConvolutionStepStrategyModifier and TypeMethodDescriptionDoubleNTTBuilder.createNTTConvolutionSteps()
FloatNTTBuilder.createNTTConvolutionSteps()
IntNTTBuilder.createNTTConvolutionSteps()
LongNTTBuilder.createNTTConvolutionSteps()
-
Uses of NTTConvolutionStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return NTTConvolutionStepStrategyModifier and TypeMethodDescriptionNTTBuilder.createNTTConvolutionSteps()
Creates an object for implementing the steps of a three-NTT based convolution.