Home
last modified time | relevance | path

Searched defs:cdft2d (Results 1 – 3 of 3) sorted by relevance

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.f312 subroutine cdft2d(n1max, n1, n2, isgn, a, t, ip, w) subroutine
323 call cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w) argument
Dfft4f2d.f291 subroutine cdft2d(n1max, n1, n2, isgn, a, ip, w) subroutine
292 integer n1max, n1, n2, isgn, ip(0 : *), n local
293 real*8 a(0 : n1max - 1, 0 : n2 - 1), w(0 : *)
Dfftsg2d.c397 void cdft2d(int n1, int n2, int isgn, double **a, double *t, in cdft2d() function