scipy.linalg.lapack.sormqr¶
- 
scipy.linalg.lapack.sormqr(side, trans, a, tau, c, lwork[, overwrite_c]) = <fortran object>¶ Wrapper for
sormqr.- 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
