scipy.linalg.lapack.cgeqrt#

scipy.linalg.lapack.cgeqrt(nb, a[, overwrite_a]) = <fortran function cgeqrt>#

cgeqrt 的包装器。

参数:
nbinput int
ainput rank-2 array(‘F’) with bounds (m,n)
返回:
arank-2 array(‘F’) with bounds (m,n)
trank-2 array(‘F’) with bounds (nb,MIN(m, n))
infoint
其他参数:
overwrite_ainput int, optional

默认值: 0