zffti.f

Go to the documentation of this file.
00001       subroutine zffti (n,wsave)
00002       implicit double precision (a-h,o-z)
00003       dimension       wsave(*)
00004       if (n .eq. 1) return
00005       iw1 = n+n+1
00006       iw2 = iw1+n+n
00007       call zffti1 (n,wsave(iw1),wsave(iw2))
00008       return
00009       end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines