SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.blas.dzasum

scipy.linalg.blas.dzasum(x[, n, offx, incx]) = <fortran dzasum>

Wrapper for dzasum.

Parameters:

x : input rank-1 array(‘D’) with bounds (*)

Returns:

s : float

Other Parameters:
 

n : input int, optional

Default: (len(x)-offx)/abs(incx)

offx : input int, optional

Default: 0

incx : input int, optional

Default: 1