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