public class IntNTTBuilder extends Object implements NTTBuilder
int
type.IntTableFNTStrategy
,
IntSixStepFNTStrategy
,
IntTwoPassFNTStrategy
,
IntFactor3NTTStrategy
,
IntFactor3SixStepNTTStrategy
Constructor and Description |
---|
IntNTTBuilder()
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.Copyright © 2011. All Rights Reserved.