scipy.linalg.lapack.cpttrf#

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

cpttrf 的包装器。

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

默认:0

overwrite_e输入 int,可选

默认:0