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