scipy.linalg.lapack.zpttrf#

scipy.linalg.lapack.zpttrf(d, e[, overwrite_d, overwrite_e]) = <fortran function zpttrf>#

zpttrf 的包装器。

参数::
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