FK20 CUDA
|
Go to the source code of this file.
Functions | |
__global__ void | fk20_poly2toeplitz_coefficients_fft (fr_t *toeplitz_coefficients_fft, const fr_t *polynomial) |
polynomial -> toeplitz_coefficients_fft More... | |
__global__ void fk20_poly2toeplitz_coefficients_fft | ( | fr_t * | toeplitz_coefficients_fft, |
const fr_t * | polynomial | ||
) |
polynomial -> toeplitz_coefficients_fft
WARN: Usage of this function is deprecated: Instead use fk20_poly2toeplitz_coefficients() followed by fr_fft(). This function is not covered in the test suite. This function remains in the repository for future optimizations.
[out] | toeplitz_coefficients_fft | array with 16*512*gridDim.x elements |
[in] | polynomial | array with 16*512*gridDim.x elements |
Definition at line 23 of file fk20_poly2toeplitz_coefficients_fft.cu.