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