scipy.linalg.lapack.ctpqrt#

scipy.linalg.lapack.ctpqrt(l, nb, a, b[, overwrite_a, overwrite_b]) = <fortran function ctpqrt>#

ctpqrt 的包装器。

参数:
l输入 int
nb输入 int
a输入秩 2 数组(‘F’) 范围 (n, n)
b输入秩 2 数组(‘F’) 范围 (m, n)
返回:
a秩 2 数组(‘F’) 范围 (n, n)
b秩 2 数组(‘F’) 范围 (m, n)
t秩 2 数组(‘F’) 范围 (nb, n)
infoint
其他参数:
overwrite_a输入 int,可选

默认值: 0

overwrite_b输入 int,可选

默认值: 0