scipy.linalg.lapack.sgemqrt#
- scipy.linalg.lapack.sgemqrt(v, t, c[, side, trans, overwrite_c]) = <fortran function sgemqrt>#
- Wrapper for - sgemqrt.- Parameters:
- vinput rank-2 array(‘f’) with bounds ((side == ‘L’?m:n),k)
- tinput rank-2 array(‘f’) with bounds (nb,k)
- cinput rank-2 array(‘f’) with bounds (m,n)
 
- Returns:
- crank-2 array(‘f’) with bounds (m,n)
- infoint
 
- Other Parameters:
- sideinput bytes, optional
- Default: ‘L’ 
- transinput bytes, optional
- Default: ‘N’ 
- overwrite_cinput int, optional
- Default: 0