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