SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.sgeqrf

scipy.linalg.lapack.sgeqrf(a[, lwork, overwrite_a]) = <fortran object>

Wrapper for sgeqrf.

Parameters
ainput rank-2 array(‘f’) with bounds (m,n)
Returns
qrrank-2 array(‘f’) with bounds (m,n) and a storage
taurank-1 array(‘f’) with bounds (MIN(m,n))
workrank-1 array(‘f’) with bounds (MAX(lwork,1))
infoint
Other Parameters
overwrite_ainput int, optional

Default: 0

lworkinput int, optional

Default: max(3*n,1)

Previous topic

scipy.linalg.lapack.zgeqp3

Next topic

scipy.linalg.lapack.dgeqrf