GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
cfftb.f
Go to the documentation of this file.
1  subroutine cfftb (n,c,wsave)
2  dimension c(*) ,wsave(*)
3  if (n .eq. 1) return
4  iw1 = n+n+1
5  iw2 = iw1+n+n
6  call cfftb1 (n,c,wsave,wsave(iw1),wsave(iw2))
7  return
8  end
subroutine cfftb1(n, c, ch, wa, ifac)
Definition: cfftb1.f:2
subroutine cfftb(n, c, wsave)
Definition: cfftb.f:2
OCTAVE_EXPORT octave_value_list etc The functions then dimension(columns)