|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apfloat.internal.FloatNTTBuilder
Creates Number Theoretic Transforms suitable for the
specified length and based on available memory, for the
float
type.
FloatTableFNTStrategy
,
FloatSixStepFNTStrategy
,
FloatTwoPassFNTStrategy
,
FloatFactor3NTTStrategy
Constructor Summary | |
FloatNTTBuilder()
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 FloatNTTBuilder()
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 |