Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dfftsg2d.f429 subroutine cdft2d_sub(n1max, n1, n2, isgn, a, t, ip, w) subroutine
430 integer n1max, n1, n2, isgn, ip(0 : *), i, j local
431 real*8 a(0 : n1max - 1, 0 : n2 - 1), t(0 : 8 * n2 - 1),
432 & w(0 : *)
Dfftsg2d.c697 void cdft2d_sub(int n1, int n2, int isgn, double **a, double *t, in cdft2d_sub() function