Uses of Interface
org.apfloat.spi.CarryCRTStepStrategy
Packages that use CarryCRTStepStrategy
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of CarryCRTStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement CarryCRTStepStrategyModifier and TypeClassDescriptionclass
Class for performing the final steps of a three-modulus Number Theoretic Transform based convolution.class
Class for performing the final steps of a three-modulus Number Theoretic Transform based convolution.class
Class for performing the final steps of a three-modulus Number Theoretic Transform based convolution.class
Class for performing the final steps of a three-modulus Number Theoretic Transform based convolution.Methods in org.apfloat.internal that return CarryCRTStepStrategyModifier and TypeMethodDescriptionCarryCRTStepStrategy<double[]>
DoubleCarryCRTBuilder.createCarryCRTSteps(int radix)
CarryCRTStepStrategy<float[]>
FloatCarryCRTBuilder.createCarryCRTSteps(int radix)
CarryCRTStepStrategy<int[]>
IntCarryCRTBuilder.createCarryCRTSteps(int radix)
CarryCRTStepStrategy<long[]>
LongCarryCRTBuilder.createCarryCRTSteps(int radix)
-
Uses of CarryCRTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return CarryCRTStepStrategyModifier and TypeMethodDescriptionCarryCRTBuilder.createCarryCRTSteps(int radix)
Creates an object for implementing the steps of the carry-CRT of a three-NTT based convolution using the specified radix.