Searched defs:putdata3d (Results 1 – 2 of 2) sorted by relevance
/external/fft2d/src/fft2d/fft2d/sample2d/ |
D | fftsg3dt.f | 81 subroutine putdata3d(n1max, n2max, n1, n2, n3, a) subroutine 82 integer n1max, n2max, n1, n2, n3, j1, j2, j3, seed 83 real*8 a(0 : n1max - 1, 0 : n2max - 1, 0 : *), drnd
|
D | fftsg3dt.c | 99 void putdata3d(int n1, int n2, int n3, double ***a) in putdata3d() function
|