fftn Interface

public interface fftn

Calls

interface~~fftn~~CallsGraph interface~fftn fftn proc~cfft_nd_forward cfft_nd_forward interface~fftn->proc~cfft_nd_forward proc~rfft_nd_forward rfft_nd_forward interface~fftn->proc~rfft_nd_forward cfftmf cfftmf proc~cfft_nd_forward->cfftmf cfftmi cfftmi proc~cfft_nd_forward->cfftmi rfftmf rfftmf proc~rfft_nd_forward->rfftmf rfftmi rfftmi proc~rfft_nd_forward->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