This is documentation for an old release of SciPy (version 0.19.1). Read this page in the documentation of the latest stable release (version 1.14.1).
scipy.linalg.lapack.sorgqr¶
-
scipy.linalg.lapack.
sorgqr
(a, tau[, lwork, overwrite_a]) = <fortran object>¶ Wrapper for
sorgqr
.Parameters: a : input rank-2 array(‘f’) with bounds (m,n)
tau : input rank-1 array(‘f’) with bounds (k)
Returns: q : rank-2 array(‘f’) with bounds (m,n) and a storage
work : rank-1 array(‘f’) with bounds (MAX(lwork,1))
info : int
Other Parameters: overwrite_a : input int, optional
Default: 0
lwork : input int, optional
Default: 3*n