ifft Interface

public interface ifft

Backward transform of a complex periodic sequence. (Specifiction)


Contents


Functions

private pure module function ifft_rk(x, n) result(result)

Arguments

Type IntentOptional Attributes Name
complex(kind=rk), intent(in) :: x(:)
integer, intent(in), optional :: n

Return Value complex(kind=rk), allocatable, (:)