GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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
subroutine zfftb1(n, c, ch, wa, ifac)
Definition: zfftb1.f:2
subroutine zfftb(n, c, wsave)
Definition: zfftb.f:2
OCTAVE_EXPORT octave_value_list etc The functions then dimension(columns)