scipy.linalg.blas.chpr#
- scipy.linalg.blas.chpr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran function chpr>#
chpr
的包装器。- 参数:
- n输入整数
- alpha输入浮点数
- x输入秩为1的数组(‘F’),边界为(*)
- ap输入秩为1的数组(‘F’),边界为(*)
- 返回:
- apurank-1 数组(‘F’),具有边界(*)和ap存储
- 其他参数:
- incx输入 整数, 可选
默认值:1
- offx输入 整数, 可选
默认值: 0
- overwrite_ap输入 整数, 可选
默认值: 0
- 下限输入 整数, 可选
默认值: 0