scipy.linalg.lapack.cpotrf#

scipy.linalg.lapack.cpotrf(a[, lower, clean, overwrite_a]) = <fortran 函数 cpotrf>#

cpotrf 的包装器。

参数:
a输入秩为 2 的数组('F'),具有边界 (n,n)
返回值:
c秩为 2 的数组('F'),具有边界 (n,n) 和存储
infoint
其他参数:
overwrite_a输入 int,可选

默认值:0

lower输入 int,可选

默认值:0

clean输入 int,可选

默认值:1