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