TOOLIB
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
fftw_execute_r2r
Interface
515 statements
Source File
mod_fftw3.f90
fftw3
fftw_execute_r2r
Contents
None
interface
private subroutine fftw_execute_r2r(p, in, out) bind(C, name='fftw_execute_r2r')
Arguments
Type
Intent
Optional
Attributes
Name
type(C_PTR),
value
::
p
real(kind=C_DOUBLE),
intent(inout),
dimension(*)
::
in
real(kind=C_DOUBLE),
intent(out),
dimension(*)
::
out