scipy.linalg.blas.chpr¶
- scipy.linalg.blas.chpr(n, alpha, x, ap[, incx, offx, lower, overwrite_ap]) = <fortran object>¶
的包装器
chpr
。- 参数
- n输入整型
- alpha输入浮点
- x具有边界(*)的输入秩1数组(‘F’)
- ap具有边界(*)的输入秩1数组(‘F’)
- 退货
- apu具有边界(*)和AP存储的秩1数组(‘F’)
- 其他参数
- incx输入int,可选
默认值:1
- offx输入int,可选
默认值:0
- overwrite_ap输入int,可选
默认值:0
- lower输入int,可选
默认值:0