ColumnSixStepFNTStrategy |
Six-step NTT implementation that processes the data in the columns of the matrix.
|
ColumnTwoPassFNTStrategy |
Two-pass NTT implementation that processes the data in the columns of the matrix.
|
IntAparapiBuilderFactory |
Builder factory for aparapi transform implementations for the int element type.
|
IntAparapiFactor3NTTStepStrategy |
Steps for the factor-3 NTT using the GPU, for the int element type.
|
IntAparapiFactor3NTTStrategy |
Factor-3 NTT implementation for the int element type.
|
IntAparapiMatrixStrategy |
Matrix transposition in the GPU for the int type.
|
IntAparapiNTTBuilder |
NTT Builder for aparapi transform implementations for the int element type.
|
IntAparapiNTTStepStrategy |
NTT steps for the int element type aparapi transforms.
|
IntAparapiSixStepFNTStrategy |
Six-step NTT implementation for the int element type.
|
LongAparapiBuilderFactory |
Builder factory for aparapi transform implementations for the long element type.
|
LongAparapiFactor3NTTStepStrategy |
Steps for the factor-3 NTT using the GPU, for the long element type.
|
LongAparapiFactor3NTTStrategy |
Factor-3 NTT implementation for the long element type.
|
LongAparapiMatrixStrategy |
Matrix transposition in the GPU for the long type.
|
LongAparapiNTTBuilder |
NTT Builder for aparapi transform implementations for the long element type.
|
LongAparapiNTTStepStrategy |
NTT steps for the long element type aparapi transforms.
|
LongAparapiSixStepFNTStrategy |
Six-step NTT implementation for the long element type.
|