Uses of Interface
org.apfloat.spi.NTTConvolutionStepStrategy
-
Packages that use NTTConvolutionStepStrategy Package Description org.apfloat.internal Default implementations of the apfloat Service Provider Interface (SPI).org.apfloat.spi The apfloat Service Provider Interface (SPI). -
-
Uses of NTTConvolutionStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTConvolutionStepStrategy Modifier and Type Class Description classDoubleNTTConvolutionStepStrategySteps of a three-NTT convolution for thedoubletype.classFloatNTTConvolutionStepStrategySteps of a three-NTT convolution for thefloattype.classIntNTTConvolutionStepStrategySteps of a three-NTT convolution for theinttype.classLongNTTConvolutionStepStrategySteps of a three-NTT convolution for thelongtype.Fields in org.apfloat.internal declared as NTTConvolutionStepStrategy Modifier and Type Field Description protected NTTConvolutionStepStrategyThreeNTTConvolutionStrategy. stepStrategyThe convolution steps to use.Methods in org.apfloat.internal that return NTTConvolutionStepStrategy Modifier and Type Method Description NTTConvolutionStepStrategyDoubleNTTBuilder. createNTTConvolutionSteps()NTTConvolutionStepStrategyFloatNTTBuilder. createNTTConvolutionSteps()NTTConvolutionStepStrategyIntNTTBuilder. createNTTConvolutionSteps()NTTConvolutionStepStrategyLongNTTBuilder. createNTTConvolutionSteps() -
Uses of NTTConvolutionStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return NTTConvolutionStepStrategy Modifier and Type Method Description NTTConvolutionStepStrategyNTTBuilder. createNTTConvolutionSteps()Creates an object for implementing the steps of a three-NTT based convolution.
-