This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.dormqr¶
- scipy.linalg.lapack.dormqr = <fortran object>¶
- dormqr - Function signature:
- cq,work,info = dormqr(side,trans,a,tau,c,lwork,[overwrite_c])
- Required arguments:
- 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
- Optional arguments:
- overwrite_c := 0 input int
- Return objects:
- cq : rank-2 array(‘d’) with bounds (ldc,n) and c storage work : rank-1 array(‘d’) with bounds (MAX(lwork,1)) info : int