scipy.linalg.lapack.cgeqrt¶
- 
scipy.linalg.lapack.cgeqrt(nb, a[, overwrite_a]) = <fortran object>¶ Wrapper for
cgeqrt.- Parameters
 - nbinput int
 - ainput rank-2 array(‘F’) with bounds (m,n)
 
- Returns
 - arank-2 array(‘F’) with bounds (m,n)
 - trank-2 array(‘F’) with bounds (nb,MIN(m,n))
 - infoint
 
- Other Parameters
 - overwrite_ainput int, optional
 Default: 0
