scipy.linalg.lapack.dgemqrt#
- scipy.linalg.lapack.dgemqrt(v, t, c[, side, trans, overwrite_c]) = <fortran function dgemqrt>#
dgemqrt
的包装器。- 参数:
- v输入秩为2的数组(‘d’),其边界为((side == ‘L’ ? m : n), k)
- t输入秩为2的数组(‘d’),边界为(nb, k)
- c输入秩为2的数组(‘d’),边界为(m,n)
- 返回:
- crank-2 数组(‘d’),边界为 (m,n)
- 信息整数
- 其他参数:
- 侧面输入字节,可选
默认值:’L’
- trans输入字节,可选
默认值:’N’
- overwrite_c输入 整数, 可选
默认值: 0