Package | Description |
---|---|
org.apfloat.internal |
Default implementations of the apfloat Service Provider Interface (SPI).
|
org.apfloat.spi |
The apfloat Service Provider Interface (SPI).
|
Modifier and Type | Class and Description |
---|---|
class |
StepCarryCRTStrategy
Class for performing the final step of a three-modulus
Number Theoretic Transform based convolution.
|
Modifier and Type | Field and Description |
---|---|
protected CarryCRTStrategy |
ThreeNTTConvolutionStrategy.carryCRTStrategy
The carry-CRT to use.
|
Modifier and Type | Method and Description |
---|---|
CarryCRTStrategy |
DoubleCarryCRTBuilder.createCarryCRT(int radix) |
CarryCRTStrategy |
FloatCarryCRTBuilder.createCarryCRT(int radix) |
CarryCRTStrategy |
IntCarryCRTBuilder.createCarryCRT(int radix) |
CarryCRTStrategy |
LongCarryCRTBuilder.createCarryCRT(int radix) |
Modifier and Type | Method and Description |
---|---|
CarryCRTStrategy |
CarryCRTBuilder.createCarryCRT(int radix)
Creates an object for implementing the carry-CRT of a three-NTT
based convolution using the specified radix.
|
Copyright © 2017. All rights reserved.