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 |
DoubleCarryCRTStepStrategy
Class for performing the final steps of a three-modulus
Number Theoretic Transform based convolution.
|
class |
FloatCarryCRTStepStrategy
Class for performing the final steps of a three-modulus
Number Theoretic Transform based convolution.
|
class |
IntCarryCRTStepStrategy
Class for performing the final steps of a three-modulus
Number Theoretic Transform based convolution.
|
class |
LongCarryCRTStepStrategy
Class for performing the final steps of a three-modulus
Number Theoretic Transform based convolution.
|
Modifier and Type | Method and Description |
---|---|
CarryCRTStepStrategy<double[]> |
DoubleCarryCRTBuilder.createCarryCRTSteps(int radix) |
CarryCRTStepStrategy<float[]> |
FloatCarryCRTBuilder.createCarryCRTSteps(int radix) |
CarryCRTStepStrategy<long[]> |
LongCarryCRTBuilder.createCarryCRTSteps(int radix) |
CarryCRTStepStrategy<int[]> |
IntCarryCRTBuilder.createCarryCRTSteps(int radix) |
Modifier and Type | Method and Description |
---|---|
CarryCRTStepStrategy<T> |
CarryCRTBuilder.createCarryCRTSteps(int radix)
Creates an object for implementing the steps of the carry-CRT
of a three-NTT based convolution using the specified radix.
|
Copyright © 2019. All rights reserved.