SciPy

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:
n : input int
alpha : input complex
x : input rank-1 array(‘D’) with bounds (*)
y : input rank-1 array(‘D’) with bounds (*)
ap : input rank-1 array(‘D’) with bounds (*)
Returns:
apu : rank-1 array(‘D’) with bounds (*) and ap storage
Other Parameters:
 
incx : input int, optional

Default: 1

offx : input int, optional

Default: 0

incy : input int, optional

Default: 1

offy : input int, optional

Default: 0

overwrite_ap : input int, optional

Default: 0

lower : input int, optional

Default: 0

Previous topic

scipy.linalg.blas.zhpr

Next topic

scipy.linalg.blas.ztbmv