SciPy

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

scipy.linalg.blas.zhpr2

scipy.linalg.blas.zhpr2(n, alpha, x, y, ap[, incx, offx, incy, offy, lower, overwrite_ap]) = <fortran object>

Wrapper for zhpr2.

Parameters
ninput int
alphainput complex
xinput rank-1 array(‘D’) with bounds (*)
yinput rank-1 array(‘D’) with bounds (*)
apinput rank-1 array(‘D’) with bounds (*)
Returns
apurank-1 array(‘D’) with bounds (*) and ap storage
Other Parameters
incxinput int, optional

Default: 1

offxinput int, optional

Default: 0

incyinput int, optional

Default: 1

offyinput int, optional

Default: 0

overwrite_apinput int, optional

Default: 0

lowerinput int, optional

Default: 0

Previous topic

scipy.linalg.blas.zhpr

Next topic

scipy.linalg.blas.ztbmv