Searched defs:rftfrow (Results 1 – 1 of 1) sorted by relevance
/external/fft2d/src/fft2d/fft2d/ |
D | fft4f2d.f | 1300 subroutine rftfrow(n1max, n, n2, a, nc, c) subroutine 1301 integer n1max, n, n2, nc, i, j, k, kk, ks 1302 real*8 a(0 : n1max - 1, 0 : n2 - 1), c(0 : nc - 1), 1303 & wkr, wki, xr, xi, yr, yi
|