scipy.linalg.lapack.dgemqrt#

scipy.linalg.lapack.dgemqrt(v, t, c[, side, trans, overwrite_c]) = <fortran function dgemqrt>#

`dgemqrt` 的包裝函式。

參數:
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)
返回值:
crank-2 array(‘d’) with bounds (m,n)
infoint
其他參數:
sideinput bytes, optional

預設值: ‘L’

transinput bytes, optional

預設值: ‘N’

overwrite_cinput int, optional

預設值: 0