Home
last modified time | relevance | path

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

/external/fft2d/src/fft2d/fft2d/
Dfftsg3d.f400 subroutine cdft3d(n1max, n2max, n1, n2, n3, isgn, a, subroutine
412 call cdft3db_sub(n1max, n2max, n1, n2, n3, argument
Dfftsg3d.c493 void cdft3d(int n1, int n2, int n3, int isgn, double ***a, in cdft3d() function