cfftf.f

Go to the documentation of this file.
00001       subroutine cfftf (n,c,wsave)
00002       dimension       c(*)       ,wsave(*)
00003       if (n .eq. 1) return
00004       iw1 = n+n+1
00005       iw2 = iw1+n+n
00006       call cfftf1 (n,c,wsave,wsave(iw1),wsave(iw2))
00007       return
00008       end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines