FT_direct Interface

public interface FT_direct

Module Procedures

private function d_FT_direct(ft, t, w) result(fw)

Arguments

Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: ft
real(kind=8), intent(in), dimension(size(ft)) :: t
real(kind=8), intent(in), dimension(:) :: w

Return Value real(kind=8), dimension(size(w))

private function c_FT_direct(ft, t, w) result(fw)

Arguments

Type IntentOptional Attributes Name
complex(kind=8), intent(in), dimension(:) :: ft
real(kind=8), intent(in), dimension(size(ft)) :: t
real(kind=8), intent(in), dimension(:) :: w

Return Value complex(kind=8), dimension(size(w))