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