Class AbstractStepFNTStrategy

java.lang.Object
org.apfloat.internal.AbstractStepFNTStrategy
All Implemented Interfaces:
Parallelizable, NTTStrategy
Direct Known Subclasses:
SixStepFNTStrategy, TwoPassFNTStrategy

public abstract class AbstractStepFNTStrategy extends Object implements NTTStrategy, Parallelizable
Abstract superclass for step-based FNT strategies.

All access to this class must be externally synchronized.

Since:
1.7.0
Version:
1.8.0
Author:
Mikko Tommila
See Also: