scipy.linalg.lapack.ctrexc#

scipy.linalg.lapack.ctrexc(a, q, ifst, ilst[, wantq, overwrite_a, overwrite_q]) = <fortran function ctrexc>#

ctrexc 的包装器。

参数:
a输入秩为 2 的数组('F'),边界为 (lda,n)
q输入秩为 2 的数组('F'),边界为 (ldq,n)
ifst输入整数
ilst输入整数
返回:
a秩为 2 的数组('F'),边界为 (lda,n)
q秩为 2 的数组('F'),边界为 (ldq,n)
info整数
其他参数:
wantq输入整数,可选

默认值:1

overwrite_a输入整数,可选

默认值:0

overwrite_q输入整数,可选

默认值:0