| 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 |
AbstractNTTBuilder
Abstract base class for creating Number Theoretic Transforms suitable for the
specified length, based on available memory configured in the
ApfloatContext. |
class |
DoubleNTTBuilder
Creates Number Theoretic Transforms for the
double type. |
class |
FloatNTTBuilder
Creates Number Theoretic Transforms for the
float type. |
class |
IntNTTBuilder
Creates Number Theoretic Transforms for the
int type. |
class |
LongNTTBuilder
Creates Number Theoretic Transforms for the
long type. |
| Modifier and Type | Method and Description |
|---|---|
NTTBuilder |
FloatBuilderFactory.getNTTBuilder() |
NTTBuilder |
IntBuilderFactory.getNTTBuilder() |
NTTBuilder |
LongBuilderFactory.getNTTBuilder() |
NTTBuilder |
DoubleBuilderFactory.getNTTBuilder() |
| Modifier and Type | Method and Description |
|---|---|
NTTBuilder |
BuilderFactory.getNTTBuilder()
Returns an
NTTBuilder object. |
Copyright © 2024. All rights reserved.