convolve Interface

public interface convolve

Contents


Module Procedures

public function convolveComplex64(f, g) result(ret)

Arguments

Type IntentOptional AttributesName
complex(kind=complex64), intent(in) :: f(:)
complex(kind=complex64), intent(in) :: g(:)

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

public function convolveReal64(f, g) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: f(:)
real(kind=real64), intent(in) :: g(:)

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