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.Fields in org.apfloat.internal declared as CarryCRTStepStrategyModifier and TypeFieldDescriptionprivate CarryCRTStepStrategy
<T> StepCarryCRTStrategy.CarryCRTRunnable.stepStrategy
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) Constructors in org.apfloat.internal with parameters of type CarryCRTStepStrategyModifierConstructorDescriptionCarryCRTRunnable
(DataStorage resultMod0, DataStorage resultMod1, DataStorage resultMod2, DataStorage dataStorage, long size, long resultSize, long offset, long length, MessagePasser<Long, T> messagePasser, CarryCRTStepStrategy<T> stepStrategy) -
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.