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