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

scipy.linalg.lapack.sgemqrt#

scipy.linalg.lapack.sgemqrt(v, t, c[, side, trans, overwrite_c]) = <fortran object>#

Wrapper for sgemqrt.

Parameters
vinput rank-2 array(‘f’) with bounds ((side[0] == ‘L’?m:n),k)
tinput rank-2 array(‘f’) with bounds (nb,k)
cinput rank-2 array(‘f’) with bounds (m,n)
Returns
crank-2 array(‘f’) with bounds (m,n)
infoint
Other Parameters
sideinput string(len=1), optional

Default: ‘L’

transinput string(len=1), optional

Default: ‘N’

overwrite_cinput int, optional

Default: 0