stdlib_dasum Function

public pure function stdlib_dasum(n, dx, incx)

DASUM takes the sum of the absolute values.

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)