scipy.linalg.lapack.dgttrf#

scipy.linalg.lapack.dgttrf(dl, d, du[, overwrite_dl, overwrite_d, overwrite_du]) = <fortran function dgttrf>#

dgttrf 的包装器。

参数::
**dl**输入秩为 1 的数组('d'),边界为 (-1 + n)
**d**输入秩为 1 的数组('d'),边界为 (n)
**du**输入秩为 1 的数组('d'),边界为 (-1 + n)
返回值::
**dl**秩为 1 的数组('d'),边界为 (-1 + n)
**d**秩为 1 的数组('d'),边界为 (n)
**du**秩为 1 的数组('d'),边界为 (-1 + n)
**du2**秩为 1 的数组('d'),边界为 (-2 + n)
**ipiv**秩为 1 的数组('i'),边界为 (n)
**info**int
其他参数::
**overwrite_dl**输入 int,可选

默认值:0

**overwrite_d**输入 int,可选

默认值:0

**overwrite_du**输入 int,可选

默认值:0