Class FloatFactor3NTTStepStrategy

java.lang.Object
org.apfloat.internal.FloatElementaryModMath
org.apfloat.internal.FloatModMath
org.apfloat.internal.FloatFactor3NTTStepStrategy
All Implemented Interfaces:
Parallelizable, Factor3NTTStepStrategy

public class FloatFactor3NTTStepStrategy extends FloatModMath implements Factor3NTTStepStrategy, Parallelizable
Steps for the factor-3 NTT.

The transform is done using a parallel algorithm, if the data fits in memory.

All access to this class must be externally synchronized.

Since:
1.7.0
Version:
1.9.0
Author:
Mikko Tommila