scipy.linalg.lapack.dgetrs#
- scipy.linalg.lapack.dgetrs(lu, piv, b[, trans, overwrite_b]) = <fortran function dgetrs>#
包装器函数
dgetrs
。- 参数:
- lu输入秩为 2 的数组('d'),边界为 (n,n)
- piv输入秩为 1 的数组('i'),边界为 (n)
- b输入秩为 2 的数组('d'),边界为 (n,nrhs)
- 返回值:
- x秩为 2 的数组('d'),边界为 (n,nrhs),并存储在 b 中
- infoint
- 其他参数:
- overwrite_b输入 int,可选
默认值: 0
- trans输入 int,可选
默认值: 0