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输入 rank-2 数组(‘F’),维度为 (ldq,n)
如果输入整数
ilst输入整数
返回:
a秩为2的数组(‘F’),边界为(lda, n)
q秩为2的数组(‘F’),边界为(ldq, n)
信息整数
其他参数:
wantq输入 整数, 可选

默认值:1

overwrite_a输入 整数, 可选

默认值: 0

overwrite_q输入 整数, 可选

默认值: 0