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