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 TypeClassDescriptionclassSteps of a three-NTT convolution for thedoubletype.classSteps of a three-NTT convolution for thefloattype.classSteps of a three-NTT convolution for theinttype.classSteps of a three-NTT convolution for thelongtype.Fields in org.apfloat.internal declared as NTTConvolutionStepStrategyModifier and TypeFieldDescriptionprotected NTTConvolutionStepStrategyThreeNTTConvolutionStrategy.stepStrategyThe 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.