scipy.linalg.lapack.slauum#
- scipy.linalg.lapack.slauum(c[, lower, overwrite_c]) = <fortran function slauum>#
slauum
的包装器。- 参数:
- c输入秩 2 数组(‘f’),边界为 (n,n)
- 返回值:
- a秩 2 数组(‘f’),边界为 (n,n) 且具有 c 存储
- infoint
- 其他参数:
- overwrite_c输入 int,可选
默认值:0
- lower输入 int,可选
默认值:0