Mercurial > hg > octave-nkf
view libcruft/fftpack/cfftb.f @ 5915:b2e1be30c8e9 ss-2-9-7
[project @ 2006-07-28 18:08:56 by jwe]
author | jwe |
---|---|
date | Fri, 28 Jul 2006 18:08:56 +0000 |
parents | 30c606bec7a8 |
children | d20a2f261306 |
line wrap: on
line source
subroutine cfftb (n,c,wsave) implicit double precision (a-h,o-z) dimension c(1) ,wsave(1) if (n .eq. 1) return iw1 = n+n+1 iw2 = iw1+n+n call cfftb1 (n,c,wsave,wsave(iw1),wsave(iw2)) return end