scipy.linalg.lapack.dpbsv#

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

dpbsv 的包装器。

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

默认值:0

overwrite_ab输入 int,可选

默认值:0

ldab输入 int,可选

默认值:shape(ab,0)

overwrite_b输入 int,可选

默认值:0