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存储
- 信息整数
- 其他参数:
- 下限输入 整数, 可选
默认值: 0
- ldab输入 整数, 可选
默认值: shape(ab,0)
- overwrite_b输入 整数, 可选
默认值: 0