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 |
DoubleNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
class |
FloatNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
class |
IntNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
class |
LongNTTStepStrategy
Common methods to calculate Fast Number Theoretic Transforms
in parallel using multiple threads.
|
Modifier and Type | Field and Description |
---|---|
protected NTTStepStrategy |
AbstractStepFNTStrategy.stepStrategy
The NTT steps.
|
Modifier and Type | Method and Description |
---|---|
NTTStepStrategy |
FloatNTTBuilder.createNTTSteps() |
NTTStepStrategy |
LongNTTBuilder.createNTTSteps() |
NTTStepStrategy |
IntNTTBuilder.createNTTSteps() |
NTTStepStrategy |
DoubleNTTBuilder.createNTTSteps() |
Modifier and Type | Method and Description |
---|---|
NTTStepStrategy |
NTTBuilder.createNTTSteps()
Creates an object for implementing the steps of a step-based
Number Theoretic Transform.
|
Copyright © 2019. All rights reserved.