|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NTTBuilder
Interface of a factory for creating Number Theoretic Transforms. The factory method pattern is used.
NTTStrategy
Method Summary | |
---|---|
NTTStrategy |
createNTT(long size)
Creates a Number Theoretic Transform of suitable type for the specified length. |
Method Detail |
---|
NTTStrategy createNTT(long size)
size
- The transform length that will be used.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |