Toggle navigation
Fortran-lang/fftpack
Contributing and specs
Contents
Source Files
Modules
Procedures
Source Files
Modules
Procedures
ifft
Interface
experimental
7 statements
Source File
fftpack.f90
fftpack
ifft
Contents
Functions
ifft_rk
public interface ifft
Backward transform of a complex periodic sequence. (
Specifiction
)
Contents
Functions
ifft_rk
Functions
private pure module function ifft_rk(x, n) result(result)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=rk),
intent(in)
::
x
(:)
integer,
intent(in),
optional
::
n
Return Value
complex(kind=rk), allocatable, (:)