Go to the source code of this file.
Functions | |
void | vnl_fft_setgpfa (float *triggs, int size, int const pqr[3], int *info) |
void | vnl_fft_setgpfa (double *triggs, int size, int const pqr[3], int *info) |
void | vnl_fft_gpfa (float *a, float *b, float const *triggs, int inc, int jump, int n, int lot, int isign, int const pqr[3], int *info) |
void | vnl_fft_gpfa (double *a, double *b, double const *triggs, int inc, int jump, int n, int lot, int isign, int const pqr[3], int *info) |
|
|
|
|
|
|
|
use C++ overloading to find the correct FORTRAN routine from templated FFT code. |