cffti.f

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