SciPy

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

scipy.linalg.lapack.zunmqr

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

Wrapper for zunmqr.

Parameters:
side : input string(len=1)
trans : input string(len=1)
a : input rank-2 array(‘D’) with bounds (lda,k)
tau : input rank-1 array(‘D’) with bounds (k)
c : input rank-2 array(‘D’) with bounds (ldc,n)
lwork : input int
Returns:
cq : rank-2 array(‘D’) with bounds (ldc,n) and c storage
work : rank-1 array(‘D’) with bounds (MAX(lwork,1))
info : int
Other Parameters:
 
overwrite_c : input int, optional

Default: 0

Previous topic

scipy.linalg.lapack.cunmqr

Next topic

scipy.linalg.lapack.cunmrz