LMDZ
mkl_dfti::dfticomputebackward Interface Reference

Public Member Functions

integer function dfti_compute_backward_s (desc, sSrcDst)
 
integer function dfti_compute_backward_c (desc, cSrcDst)
 
integer function dfti_compute_backward_ss (desc, sSrcDstRe, sSrcDstIm)
 
integer function dfti_compute_backward_cs (desc, cSrc, sDst)
 
integer function dfti_compute_backward_cc (desc, cSrc, cDst)
 
integer function dfti_compute_backward_ssss (desc, sSrcRe, sSrcIm, sDstRe, sDstIm)
 
integer function dfti_compute_backward_d (desc, dSrcDst)
 
integer function dfti_compute_backward_z (desc, zSrcDst)
 
integer function dfti_compute_backward_dd (desc, dSrcDstRe, dSrcDstIm)
 
integer function dfti_compute_backward_zd (desc, zSrc, dDst)
 
integer function dfti_compute_backward_zz (desc, zSrc, zDst)
 
integer function dfti_compute_backward_dddd (desc, dSrcRe, dSrcIm, dDstRe, dDstIm)
 

Detailed Description

Definition at line 367 of file mkl_dfti.f90.

Member Function/Subroutine Documentation

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_c ( type(dfti_descriptor), pointer  desc,
complex(dfti_spkp), dimension(*), intent(inout)  cSrcDst 
)

Definition at line 379 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_cc ( type(dfti_descriptor), pointer  desc,
complex(dfti_spkp), dimension(*), intent(in)  cSrc,
complex(dfti_spkp), dimension(*), intent(out)  cDst 
)

Definition at line 408 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_cs ( type(dfti_descriptor), pointer  desc,
complex(dfti_spkp), dimension(*), intent(in)  cSrc,
real(dfti_spkp), dimension(*), intent(out)  sDst 
)

Definition at line 398 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_d ( type(dfti_descriptor), pointer  desc,
real(dfti_dpkp), dimension(*), intent(inout)  dSrcDst 
)

Definition at line 430 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_dd ( type(dfti_descriptor), pointer  desc,
real(dfti_dpkp), dimension(*)  dSrcDstRe,
real(dfti_dpkp), dimension(*)  dSrcDstIm 
)

Definition at line 448 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_dddd ( type(dfti_descriptor), pointer  desc,
real(dfti_dpkp), dimension(*), intent(in)  dSrcRe,
real(dfti_dpkp), dimension(*), intent(in)  dSrcIm,
real(dfti_dpkp), dimension(*), intent(out)  dDstRe,
real(dfti_dpkp), dimension(*), intent(out)  dDstIm 
)

Definition at line 478 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_s ( type(dfti_descriptor), pointer  desc,
real(dfti_spkp), dimension(*), intent(inout)  sSrcDst 
)

Definition at line 370 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_ss ( type(dfti_descriptor), pointer  desc,
real(dfti_spkp), dimension(*)  sSrcDstRe,
real(dfti_spkp), dimension(*)  sSrcDstIm 
)

Definition at line 388 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_ssss ( type(dfti_descriptor), pointer  desc,
real(dfti_spkp), dimension(*), intent(in)  sSrcRe,
real(dfti_spkp), dimension(*), intent(in)  sSrcIm,
real(dfti_spkp), dimension(*), intent(out)  sDstRe,
real(dfti_spkp), dimension(*), intent(out)  sDstIm 
)

Definition at line 418 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_z ( type(dfti_descriptor), pointer  desc,
complex(dfti_dpkp), dimension(*), intent(inout)  zSrcDst 
)

Definition at line 439 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_zd ( type(dfti_descriptor), pointer  desc,
complex(dfti_dpkp), dimension(*), intent(in)  zSrc,
real(dfti_dpkp), dimension(*), intent(out)  dDst 
)

Definition at line 458 of file mkl_dfti.f90.

integer function mkl_dfti::dfticomputebackward::dfti_compute_backward_zz ( type(dfti_descriptor), pointer  desc,
complex(dfti_dpkp), dimension(*), intent(in)  zSrc,
complex(dfti_dpkp), dimension(*), intent(out)  zDst 
)

Definition at line 468 of file mkl_dfti.f90.


The documentation for this interface was generated from the following file: