/* fft2_d.c CCMATH mathematics library source code. * * Copyright (C) 2000 Daniel A. Atkinson All rights reserved. * This code may be redistributed under the terms of the GNU library * public license (LGPL). ( See the lgpl.license file for details.) * ------------------------------------------------------------------------ */ #include #include "complex.h" void fft2(struct complex *ff,int k,int j); fft2_d(struct complex *a,int m,int n,int f) { register int md,nd,i,j; struct complex *p,*q; register struct complex *r,*s; md=1<