scipy.linalg.lapack.sgeqrt#
- scipy.linalg.lapack.sgeqrt(nb, a[, overwrite_a]) = <fortran object>#
Wrapper for
sgeqrt
.- 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