stdlib_dzasum Interface

interface
public pure module function stdlib_dzasum(n, zx, incx)

Arguments

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

Return Value real(kind=dp)