Searched refs:cdft3d (Results 1 – 5 of 5) sorted by relevance
/external/fft2d/src/fft2d/fft2d/sample2d/ |
D | fftsg3dt.c | 14 void cdft3d(int, int, int, int, double ***, double *, int *, double *); in main() 40 cdft3d(n1, n2, n3, 1, a, NULL, ip, w); in main() 41 cdft3d(n1, n2, n3, -1, a, NULL, ip, w); in main()
|
D | fftsg3dt.f | 22 call cdft3d(nmax, nmax, n1, n2, n3, 1, a, t, ip, w) 23 call cdft3d(nmax, nmax, n1, n2, n3, -1, a, t, ip, w)
|
/external/fft2d/src/fft2d/fft2d/ |
D | readme2d.txt | 45 cdft3d: 3-dim Complex Discrete Fourier Transform
|
D | fftsg3d.f | 400 subroutine cdft3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
|
D | fftsg3d.c | 493 void cdft3d(int n1, int n2, int n3, int isgn, double ***a, in cdft3d() function
|