This is documentation for an old release of SciPy (version 1.6.1). Read this page in the documentation of the latest stable release (version 1.15.0).
scipy.linalg.lapack.dorgrq¶
-
scipy.linalg.lapack.
dorgrq
(a, tau[, lwork, overwrite_a]) = <fortran object>¶ Wrapper for
dorgrq
.- Parameters
- ainput rank-2 array(‘d’) with bounds (m,n)
- tauinput rank-1 array(‘d’) with bounds (k)
- Returns
- qrank-2 array(‘d’) with bounds (m,n) and a storage
- workrank-1 array(‘d’) with bounds (MAX(lwork,1))
- infoint
- Other Parameters
- overwrite_ainput int, optional
Default: 0
- lworkinput int, optional
Default: max(3*m,1)