GNU Octave
4.0.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
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
cfftb1
subroutine cfftb1(n, c, ch, wa, ifac)
Definition:
cfftb1.f:1
workspace_element::dimension
std::string dimension(void) const
Definition:
workspace-element.h:74
cfftb
subroutine cfftb(n, c, wsave)
Definition:
cfftb.f:1
Generated on Thu Jun 4 2015 23:30:23 for GNU Octave by
1.8.8