scipy.linalg.blas.chpr2#

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

chpr2 的包装器。

参数:
n输入 int
alpha输入 complex
x输入 rank-1 数组(‘F’),带有边界 (*)
y输入 rank-1 数组(‘F’),带有边界 (*)
ap输入 rank-1 数组(‘F’),带有边界 (*)
返回值:
apurank-1 数组(‘F’),带有边界 (*) 和 ap 存储
其他参数:
incx输入 int, 可选

默认: 1

offx输入 int, 可选

默认: 0

incy输入 int, 可选

默认: 1

offy输入 int, 可选

默认: 0

overwrite_ap输入 int, 可选

默认: 0

lower输入 int, 可选

默认: 0