scipy.linalg.lapack.dtpqrt#

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

dtpqrt 的包装器。

参数::
l输入 int
nb输入 int
a输入 rank-2 array(‘d’) with bounds (n,n)
b输入 rank-2 array(‘d’) with bounds (m,n)
返回值::
arank-2 array(‘d’) with bounds (n,n)
brank-2 array(‘d’) with bounds (m,n)
trank-2 array(‘d’) with bounds (nb,n)
infoint
其他参数::
overwrite_a输入 int,可选

默认: 0

overwrite_b输入 int,可选

默认: 0