scipy.linalg.lapack.dpttrf#

scipy.linalg.lapack.dpttrf(d, e[, overwrite_d, overwrite_e]) = <fortran 函数 dpttrf>#

dpttrf 的包装器。

参数:
d输入秩为 1 的数组('d'),边界为 (n)
e输入秩为 1 的数组('d'),边界为 ((n > 0?-1 + n:0))
返回:
d秩为 1 的数组('d'),边界为 (n)
e秩为 1 的数组('d'),边界为 ((n > 0?-1 + n:0))
infoint
其他参数:
overwrite_d输入 int,可选

默认值: 0

overwrite_e输入 int,可选

默认值: 0