scipy.linalg.blas.chpr#

scipy.linalg.blas.chpr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran function chpr>#

chpr 的包裝函式。

參數:
ninput int
alphainput float
xinput rank-1 array(‘F’) with bounds (*)
apinput rank-1 array(‘F’) with bounds (*)
返回:
apurank-1 array(‘F’) with bounds (*) and ap storage
其他參數:
incxinput int, optional

預設值: 1

offxinput int, optional

預設值: 0

overwrite_apinput int, optional

預設值: 0

lowerinput int, optional

預設值: 0