scipy.linalg.lapack.zlauum#

scipy.linalg.lapack.zlauum(c[, lower, overwrite_c]) = <fortran function zlauum>#

zlauum 的包装器。

参数::
c输入秩为 2 的数组(‘D’) bounds 为 (n,n)
返回::
a秩为 2 的数组(‘D’) bounds 为 (n,n) 并且是 c 的存储
infoint
其他参数::
overwrite_c输入 int,可选

默认值:0

lower输入 int,可选

默认值:0