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 |
DoubleNTTConvolutionStepStrategy
Steps of a three-NTT convolution for the
double type. |
class |
FloatNTTConvolutionStepStrategy
Steps of a three-NTT convolution for the
float type. |
class |
IntNTTConvolutionStepStrategy
Steps of a three-NTT convolution for the
int type. |
class |
LongNTTConvolutionStepStrategy
Steps of a three-NTT convolution for the
long type. |
Modifier and Type | Field and Description |
---|---|
protected NTTConvolutionStepStrategy |
ThreeNTTConvolutionStrategy.stepStrategy
The convolution steps to use.
|
Modifier and Type | Method and Description |
---|---|
NTTConvolutionStepStrategy |
FloatNTTBuilder.createNTTConvolutionSteps() |
NTTConvolutionStepStrategy |
LongNTTBuilder.createNTTConvolutionSteps() |
NTTConvolutionStepStrategy |
IntNTTBuilder.createNTTConvolutionSteps() |
NTTConvolutionStepStrategy |
DoubleNTTBuilder.createNTTConvolutionSteps() |
Modifier and Type | Method and Description |
---|---|
NTTConvolutionStepStrategy |
NTTBuilder.createNTTConvolutionSteps()
Creates an object for implementing the steps of a three-NTT
based convolution.
|
Copyright © 2019. All rights reserved.