Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dfftsg3d.f721 subroutine rdft3d_sub(n1max, n2max, n1, n2, n3, isgn, a) subroutine
722 integer n1max, n2max, n1, n2, n3, isgn,
723 & n2h, n3h, i, j, k, l local
724 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : n3 - 1), xi
Dfftsg3d.c1005 void rdft3d_sub(int n1, int n2, int n3, int isgn, double ***a) in rdft3d_sub() function