Uses of Interface
org.apfloat.spi.CarryCRTStrategy
Packages that use CarryCRTStrategy
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of CarryCRTStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement CarryCRTStrategyModifier and TypeClassDescriptionclass
Class for performing the final step of a three-modulus Number Theoretic Transform based convolution.Fields in org.apfloat.internal declared as CarryCRTStrategyModifier and TypeFieldDescriptionprotected CarryCRTStrategy
ThreeNTTConvolutionStrategy.carryCRTStrategy
The carry-CRT to use.Methods in org.apfloat.internal that return CarryCRTStrategyModifier and TypeMethodDescriptionDoubleCarryCRTBuilder.createCarryCRT
(int radix) FloatCarryCRTBuilder.createCarryCRT
(int radix) IntCarryCRTBuilder.createCarryCRT
(int radix) LongCarryCRTBuilder.createCarryCRT
(int radix) -
Uses of CarryCRTStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return CarryCRTStrategyModifier and TypeMethodDescriptionCarryCRTBuilder.createCarryCRT
(int radix) Creates an object for implementing the carry-CRT of a three-NTT based convolution using the specified radix.