Class Factor3NTTStrategy

java.lang.Object
org.apfloat.internal.Factor3NTTStrategy
All Implemented Interfaces:
Parallelizable, NTTStrategy
Direct Known Subclasses:
IntAparapiFactor3NTTStrategy, LongAparapiFactor3NTTStrategy

public class Factor3NTTStrategy extends Object implements NTTStrategy, Parallelizable
A transform that implements a 3-point transform on top of another Number Theoretic Transform that does transforms of length 2n.
Since:
1.7.0
Version:
1.8.3
Author:
Mikko Tommila
See Also: