public class FloatNTTBuilder extends Object implements NTTBuilder
float
type.FloatTableFNTStrategy
,
FloatSixStepFNTStrategy
,
FloatTwoPassFNTStrategy
,
FloatFactor3NTTStrategy
,
FloatFactor3SixStepNTTStrategy
Constructor and Description |
---|
FloatNTTBuilder()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
NTTStrategy |
createNTT(long size)
Creates a Number Theoretic Transform of suitable
type for the specified length.
|
public NTTStrategy createNTT(long size)
NTTBuilder
createNTT
in interface NTTBuilder
size
- The transform length that will be used.