|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apfloat.internal.LongNTTBuilder
Creates Number Theoretic Transforms suitable for the
specified length and based on available memory, for the
long
type.
LongTableFNTStrategy
,
LongSixStepFNTStrategy
,
LongTwoPassFNTStrategy
,
LongFactor3NTTStrategy
Constructor Summary | |
LongNTTBuilder()
Default constructor. |
Method Summary | |
NTTStrategy |
createNTT(long size)
Creates a Number Theoretic Transform of suitable type for the specified length. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LongNTTBuilder()
Method Detail |
public NTTStrategy createNTT(long size)
NTTBuilder
createNTT
in interface NTTBuilder
size
- The transform length that will be used.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |