scipy.linalg.lapack.cgemqrt#
- scipy.linalg.lapack.cgemqrt(v, t, c[, side, trans, overwrite_c]) = <fortran 函数 cgemqrt>#
cgemqrt
的包装器。- 参数:
- 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)
- 返回:
- crank-2 array(‘F’) with bounds (m,n)
- infoint
- 其他参数:
- sideinput bytes, optional
默认值: ‘L’
- transinput bytes, optional
默认值: ‘N’
- overwrite_cinput int, optional
默认值: 0