scipy.linalg.lapack.spbsv#

scipy.linalg.lapack.spbsv(ab, b[, lower, ldab, overwrite_ab, overwrite_b]) = <fortran function spbsv>#

spbsv 提供包装器。

参数:
ab输入秩为 2 的数组(‘f’),边界为 (ldab,n)
b输入秩为 2 的数组(‘f’),边界为 (ldb,nrhs)
返回值:
c秩为 2 的数组(‘f’),边界为 (ldab,n),使用 ab 存储
x秩为 2 的数组(‘f’),边界为 (ldb,nrhs),使用 b 存储
infoint
其他参数:
lower输入 int,可选

默认值: 0

overwrite_ab输入 int,可选

默认值: 0

ldab输入 int,可选

默认值: shape(ab,0)

overwrite_b输入 int,可选

默认值: 0