scipy.linalg.lapack.sgttrf#
- scipy.linalg.lapack.sgttrf(dl, d, du[, overwrite_dl, overwrite_d, overwrite_du]) = <fortran 函数 sgttrf>#
sgttrf
的包装器。- 参数:
- dl输入秩为 1 的数组('f'),边界为 (-1 + n)
- d输入秩为 1 的数组('f'),边界为 (n)
- du输入秩为 1 的数组('f'),边界为 (-1 + n)
- 返回值:
- dl秩为 1 的数组('f'),边界为 (-1 + n)
- d秩为 1 的数组('f'),边界为 (n)
- du秩为 1 的数组('f'),边界为 (-1 + n)
- du2秩为 1 的数组('f'),边界为 (-2 + n)
- ipiv秩为 1 的数组('i'),边界为 (n)
- infoint
- 其他参数:
- overwrite_dl输入 int,可选
默认值:0
- overwrite_d输入 int,可选
默认值:0
- overwrite_du输入 int,可选
默认值:0