Home
last modified time | relevance | path

Searched defs:rdft3d (Results 1 – 2 of 2) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg3d.f416 subroutine rdft3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
435 call rdft3d_sub(n1max, n2max, n1, n2, n3, isgn, a) argument
Dfftsg3d.c555 void rdft3d(int n1, int n2, int n3, int isgn, double ***a, in rdft3d() function