derivative Function

public recursive function derivative(n, y, x, dx, order) result(dydx)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: n
real(kind=dp), intent(in) :: y(n)
real(kind=dp), intent(in), optional :: x(n)
real(kind=dp), intent(in), optional :: dx
integer, intent(in), optional :: order

Return Value real(kind=dp) (n)


Contents

None