scipy.linalg.lapack.dpttrf#

scipy.linalg.lapack.dpttrf(d, e[, overwrite_d, overwrite_e]) = <fortran function 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