Class IntFactor3NTTStepStrategy

java.lang.Object
org.apfloat.internal.IntElementaryModMath
org.apfloat.internal.IntModMath
org.apfloat.internal.IntFactor3NTTStepStrategy
All Implemented Interfaces:
Parallelizable, Factor3NTTStepStrategy
Direct Known Subclasses:
IntAparapiFactor3NTTStepStrategy

public class IntFactor3NTTStepStrategy extends IntModMath 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