scipy.linalg.lapack.dgttrs#

scipy.linalg.lapack.dgttrs(dl, d, du, du2, ipiv, b[, trans, overwrite_b]) = <fortran 函数 dgttrs>#

dgttrs 的包装器。

参数:
dl输入秩为 1 的数组('d'),边界为 (-1 + n)
d输入秩为 1 的数组('d'),边界为 (n)
du输入秩为 1 的数组('d'),边界为 (-1 + n)
du2输入秩为 1 的数组('d'),边界为 (-2 + n)
ipiv输入秩为 1 的数组('i'),边界为 (n)
b输入秩为 2 的数组('d'),边界为 (ldb,nrhs)
返回值:
x秩为 2 的数组('d'),边界为 (ldb,nrhs) 且为 b 存储
infoint
其他参数:
trans输入字节,可选

默认值:‘N’

overwrite_b输入 int,可选

默认值:0