stdlib_dasum Interface

interface
public pure module function stdlib_dasum(n, dx, incx)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
real(kind=dp), intent(in) :: dx(*)
integer(kind=ilp), intent(in) :: incx

Return Value real(kind=dp)