scipy.linalg.lapack.cungqr#

scipy.linalg.lapack.cungqr(a, tau[, lwork, overwrite_a]) = <fortran function cungqr>#

包装器 cungqr.

参数:
a输入秩为 2 的数组(‘F’) 边界为 (m,n)
tau输入秩为 1 的数组(‘F’) 边界为 (k)
返回值:
q秩为 2 的数组(‘F’) 边界为 (m,n) 存储方式为 a
work秩为 1 的数组(‘F’) 边界为 (MAX(lwork, 1))
infoint
其他参数:
overwrite_a输入 int,可选

默认值: 0

lwork输入 int,可选

默认值: max(3*n,1)