Wrapper for sorgrq.
| Parameters: | a : input rank-2 array(‘f’) with bounds (m,n) tau : input rank-1 array(‘f’) with bounds (k) |
|---|---|
| Returns: | q : rank-2 array(‘f’) with bounds (m,n) and a storage work : rank-1 array(‘f’) with bounds (MAX(lwork,1)) info : int |
| Other Parameters: | |
overwrite_a : input int, optional
lwork : input int, optional
|
|