scipy.linalg.blas.zhpr2#
- scipy.linalg.blas.zhpr2(n, alpha, x, y, ap[, incx, offx, incy, offy, lower, overwrite_ap]) = <fortran function zhpr2>#
zhpr2
的包装器。- 参数:
- n输入 int
- alpha输入复数
- x输入秩为 1 的数组(‘D’),边界为 (*)
- y输入秩为 1 的数组(‘D’),边界为 (*)
- ap输入秩为 1 的数组(‘D’),边界为 (*)
- 返回:
- apu秩为 1 的数组(‘D’),边界为 (*),并使用 ap 存储
- 其他参数:
- incx输入 int,可选
默认值:1
- offx输入 int,可选
默认值:0
- incy输入 int,可选
默认值:1
- offy输入 int,可选
默认值:0
- overwrite_ap输入 int,可选
默认值:0
- lower输入 int,可选
默认值:0