GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cffti.f
Go to the documentation of this file.
1  subroutine cffti (n,wsave)
2  dimension wsave(*)
3  if (n .eq. 1) return
4  iw1 = n+n+1
5  iw2 = iw1+n+n
6  call cffti1(n,wsave(iw1),wsave(iw2))
7  return
8  end
std::string dimension(void) const
subroutine cffti1(n, wa, ifac)
Definition: cffti1.f:1
subroutine cffti(n, wsave)
Definition: cffti.f:1