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

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

Wrapper for sgeqrt.

Parameters
nbinput int
ainput rank-2 array(‘f’) with bounds (m,n)
Returns
arank-2 array(‘f’) with bounds (m,n)
trank-2 array(‘f’) with bounds (nb,MIN(m,n))
infoint
Other Parameters
overwrite_ainput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.zunmqr

Next topic

scipy.linalg.lapack.dgeqrt