SciPy

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

scipy.linalg.lapack.cunmqr

scipy.linalg.lapack.cunmqr(side, trans, a, tau, c, lwork[, overwrite_c]) = <fortran object>

Wrapper for cunmqr.

Parameters
sideinput string(len=1)
transinput string(len=1)
ainput rank-2 array(‘F’) with bounds (lda,k)
tauinput rank-1 array(‘F’) with bounds (k)
cinput rank-2 array(‘F’) with bounds (ldc,n)
lworkinput int
Returns
cqrank-2 array(‘F’) with bounds (ldc,n) and c storage
workrank-1 array(‘F’) with bounds (MAX(lwork,1))
infoint
Other Parameters
overwrite_cinput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.zungrq

Next topic

scipy.linalg.lapack.zunmqr