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.sgeqrfp

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

Wrapper for sgeqrfp.

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))
infoint
Other Parameters
overwrite_ainput int, optional

Default: 0

lworkinput int, optional

Default: MAX(1, n)

Previous topic

scipy.linalg.lapack.zgeqrf_lwork

Next topic

scipy.linalg.lapack.dgeqrfp