fftn Interface

public interface fftn

Calls

interface~~fftn~2~~CallsGraph interface~fftn~2 fftn proc~cfft_nd_forward~2 cfft_nd_forward interface~fftn~2->proc~cfft_nd_forward~2 proc~rfft_nd_forward~2 rfft_nd_forward interface~fftn~2->proc~rfft_nd_forward~2 cfftmf cfftmf proc~cfft_nd_forward~2->cfftmf cfftmi cfftmi proc~cfft_nd_forward~2->cfftmi rfftmf rfftmf proc~rfft_nd_forward~2->rfftmf rfftmi rfftmi proc~rfft_nd_forward~2->rfftmi

Module Procedures

public subroutine rfft_nd_forward(func, N, lot)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(inout), dimension(:) :: func
integer, intent(in) :: N
integer, intent(in) :: lot

public subroutine cfft_nd_forward(func, n, lot)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(inout), dimension(:) :: func
integer, intent(in) :: n
integer, intent(in) :: lot