scipy.linalg.lapack.zunmqr#

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

Wrapper for zunmqr.

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

Default: 0