GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
liboctave
cruft
fftpack
zfftb.f
Go to the documentation of this file.
1
subroutine
zfftb
(n,c,wsave)
2
implicit
double precision
(a-h,o-z)
3
dimension
c(*) ,wsave(*)
4
if
(n .eq. 1)
return
5
iw1 = n+n+1
6
iw2 = iw1+n+n
7
call
zfftb1
(n,c,wsave,wsave(iw1),wsave(iw2))
8
return
9
end
Generated on Mon Dec 30 2013 03:04:46 for GNU Octave by
1.8.1.2