I_dx Interface

public interface I_dx

Contents


Module Procedures

public function I_dx_real64(x, fx, f0) result(I_df)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: x(:)
real(kind=real64), intent(in) :: fx(:)
real(kind=real64), intent(in), optional :: f0

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

public function I_dx_real32(x, fx, f0) result(I_df)

Arguments

Type IntentOptional AttributesName
real(kind=real32), intent(in) :: x(:)
real(kind=real32), intent(in) :: fx(:)
real(kind=real32), intent(in), optional :: f0

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

public function I_dx_complex64(x, fx, f0) result(I_df)

Arguments

Type IntentOptional AttributesName
complex(kind=complex64), intent(in) :: x(:)
complex(kind=complex64), intent(in) :: fx(:)
complex(kind=complex64), intent(in), optional :: f0

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