This is documentation for an old release of SciPy (version 0.12.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.0).
scipy.linalg.blas.sasum
-
scipy.linalg.blas.sasum = <fortran sasum>
- sasum - Function signature:
- s = sasum(x,[n,offx,incx])
- Required arguments:
- x : input rank-1 array(‘f’) with bounds (*)
- Optional arguments:
- n := (len(x)-offx)/abs(incx) input int
offx := 0 input int
incx := 1 input int
- Return objects:
- s : float