Uses of Interface
org.apfloat.spi.CarryCRTStrategy
-
Packages that use CarryCRTStrategy 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 CarryCRTStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement CarryCRTStrategy Modifier and Type Class Description classStepCarryCRTStrategyClass for performing the final step of a three-modulus Number Theoretic Transform based convolution.Fields in org.apfloat.internal declared as CarryCRTStrategy Modifier and Type Field Description protected CarryCRTStrategyThreeNTTConvolutionStrategy. carryCRTStrategyThe carry-CRT to use.Methods in org.apfloat.internal that return CarryCRTStrategy Modifier and Type Method Description CarryCRTStrategyDoubleCarryCRTBuilder. createCarryCRT(int radix)CarryCRTStrategyFloatCarryCRTBuilder. createCarryCRT(int radix)CarryCRTStrategyIntCarryCRTBuilder. createCarryCRT(int radix)CarryCRTStrategyLongCarryCRTBuilder. createCarryCRT(int radix) -
Uses of CarryCRTStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return CarryCRTStrategy Modifier and Type Method Description CarryCRTStrategyCarryCRTBuilder. createCarryCRT(int radix)Creates an object for implementing the carry-CRT of a three-NTT based convolution using the specified radix.
-