scipy.linalg.lapack.cposv#
- scipy.linalg.lapack.cposv(a, b[, lower, overwrite_a, overwrite_b]) = <fortran 函数 cposv>#
cposv
的包装器。- 参数:
- a输入秩-2 数组(‘F’),边界为 (n,n)
- b输入秩-2 数组(‘F’),边界为 (n,nrhs)
- 返回:
- c秩-2 数组(‘F’),边界为 (n,n) 和存储
- x秩-2 数组(‘F’),边界为 (n,nrhs) 和 b 的存储
- infoint
- 其他参数:
- overwrite_a输入 int,可选
默认值: 0
- overwrite_b输入 int,可选
默认值: 0
- lower输入 int,可选
默认值: 0