Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
twofft
Interface
7 statements
Source File
special_fun_modules.f90
nr
twofft
Contents
None
interface
public subroutine twofft(data1, data2, fft1, fft2)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:)
::
data1
real(kind=SP),
intent(in),
DIMENSION(:)
::
data2
complex(kind=SPC),
intent(out),
DIMENSION(:)
::
fft1
complex(kind=SPC),
intent(out),
DIMENSION(:)
::
fft2