scipy.linalg.lapack.strexc#
- scipy.linalg.lapack.strexc(a, q, ifst, ilst[, wantq, overwrite_a, overwrite_q]) = <fortran function strexc>#
strexc
的包装器。- 参数:
- a输入秩 2 数组(‘f’) 范围 (lda,n)
- q输入秩 2 数组(‘f’) 范围 (ldq,n)
- ifst输入 int
- ilst输入 int
- 返回值:
- a秩 2 数组(‘f’) 范围 (lda,n)
- q秩 2 数组(‘f’) 范围 (ldq,n)
- infoint
- 其他参数:
- wantq输入 int,可选
默认值:1
- overwrite_a输入 int,可选
默认值:0
- overwrite_q输入 int,可选
默认值:0