scipy.linalg.lapack.dgeqrt#

scipy.linalg.lapack.dgeqrt(nb, a[, overwrite_a]) = <fortran function dgeqrt>#

dgeqrt 的包装器。

参数:
nb输入 int
a输入秩为 2 的数组(‘d’),边界为 (m,n)
返回值:
a秩为 2 的数组(‘d’),边界为 (m,n)
t秩为 2 的数组(‘d’),边界为 (nb,MIN(m, n))
infoint
其他参数:
overwrite_a输入 int,可选

默认值: 0