scipy.linalg.lapack.cpptrf#

scipy.linalg.lapack.cpptrf(n, ap[, lower, overwrite_ap]) = <fortran function cpptrf>#

cpptrf 的包装器。

参数::
n输入 int
ap输入秩为 1 的数组(‘F’) 且边界为 (L)
返回值::
ul秩为 1 的数组(‘F’) 且边界为 (L) 和 ap 存储
infoint
其他参数::
lower输入 int,可选

默认值:0

overwrite_ap输入 int,可选

默认值:0