FT_inverse Interface

public interface FT_inverse

Module Procedures

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

Arguments

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

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

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

Arguments

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

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