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 |
DoubleFactor3NTTStepStrategy
Steps for the factor-3 NTT.
|
class |
FloatFactor3NTTStepStrategy
Steps for the factor-3 NTT.
|
class |
IntFactor3NTTStepStrategy
Steps for the factor-3 NTT.
|
class |
LongFactor3NTTStepStrategy
Steps for the factor-3 NTT.
|
Modifier and Type | Method and Description |
---|---|
Factor3NTTStepStrategy |
LongNTTBuilder.createFactor3NTTSteps() |
Factor3NTTStepStrategy |
DoubleNTTBuilder.createFactor3NTTSteps() |
Factor3NTTStepStrategy |
FloatNTTBuilder.createFactor3NTTSteps() |
Factor3NTTStepStrategy |
IntNTTBuilder.createFactor3NTTSteps() |
Modifier and Type | Method and Description |
---|---|
Factor3NTTStepStrategy |
NTTBuilder.createFactor3NTTSteps()
Creates an object for implementing the steps of factor-3 NTT.
|
Copyright © 2019. All rights reserved.