scipy.linalg.blas.zhpr#
- scipy.linalg.blas.zhpr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran function zhpr>#
zhpr
的包装器。- 参数:
- ninput int
- alphainput float
- xinput rank-1 array(‘D’) with bounds (*)
- apinput rank-1 array(‘D’) with bounds (*)
- 返回值:
- apurank-1 array(‘D’) with bounds (*) and ap storage
- 其他参数:
- incxinput int, optional
默认值: 1
- offxinput int, optional
默认值: 0
- overwrite_apinput int, optional
默认值: 0
- lowerinput int, optional
默认值: 0