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