taper Interface

public interface taper

Module Procedures

public function taperReal64(x, margin) result(ret)

Arguments

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

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

public function taperComplex64(x, margin) result(ret)

Arguments

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

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