Uses of Interface
org.apfloat.spi.NTTStepStrategy
Packages that use NTTStepStrategy
Package
Description
Default implementations of the apfloat Service Provider Interface (SPI).
The apfloat Service Provider Interface (SPI).
-
Uses of NTTStepStrategy in org.apfloat.internal
Classes in org.apfloat.internal that implement NTTStepStrategyModifier and TypeClassDescriptionclass
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.class
Common methods to calculate Fast Number Theoretic Transforms in parallel using multiple threads.Fields in org.apfloat.internal declared as NTTStepStrategyModifier and TypeFieldDescriptionprotected NTTStepStrategy
AbstractStepFNTStrategy.stepStrategy
The NTT steps.Methods in org.apfloat.internal that return NTTStepStrategyModifier and TypeMethodDescriptionDoubleNTTBuilder.createNTTSteps()
FloatNTTBuilder.createNTTSteps()
IntNTTBuilder.createNTTSteps()
LongNTTBuilder.createNTTSteps()
-
Uses of NTTStepStrategy in org.apfloat.spi
Methods in org.apfloat.spi that return NTTStepStrategyModifier and TypeMethodDescriptionNTTBuilder.createNTTSteps()
Creates an object for implementing the steps of a step-based Number Theoretic Transform.