FFT_core Function

public recursive function FFT_core(x) result(hatx)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: x(:)

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