public class LongNTTBuilder extends Object implements NTTBuilder
long
type.LongTableFNTStrategy
,
LongSixStepFNTStrategy
,
LongTwoPassFNTStrategy
,
LongFactor3NTTStrategy
,
LongFactor3SixStepNTTStrategy
Constructor and Description |
---|
LongNTTBuilder()
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.