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