scipy.linalg.lapack.dtgsen#
- scipy.linalg.lapack.dtgsen(select, a, b, q, z[, ijob, wantq, wantz, lwork, liwork, overwrite_a, overwrite_b, overwrite_q, overwrite_z]) = <fortran 函数 dtgsen>#
dtgsen
的包装器。- 参数:
- select输入秩为 1 的数组(‘i’),边界为 (n)
- a输入秩为 2 的数组(‘d’),边界为 (n,n)
- b输入秩为 2 的数组(‘d’),边界为 (n,n)
- q输入秩为 2 的数组(‘d’),边界为 (n,n)
- z输入秩为 2 的数组(‘d’),边界为 (n,n)
- 返回:
- as秩为 2 的数组(‘d’),边界为 (n,n) 和 a 存储
- bs秩为 2 的数组(‘d’),边界为 (n,n) 和 b 存储
- alphar秩为 1 的数组(‘d’),边界为 (n)
- alphai秩为 1 的数组(‘d’),边界为 (n)
- beta秩为 1 的数组(‘d’),边界为 (n)
- qs秩为 2 的数组(‘d’),边界为 (n,n) 和 q 存储
- zs秩为 2 的数组(‘d’),边界为 (n,n) 和 z 存储
- mint
- plfloat
- prfloat
- dif秩为 1 的数组(‘d’),边界为 (2)
- infoint
- 其他参数:
- ijob输入 int,可选
默认值:4
- wantq输入 int,可选
默认值:1
- wantz输入 int,可选
默认值:1
- overwrite_a输入 int,可选
默认值:0
- overwrite_b输入 int,可选
默认值:0
- overwrite_q输入 int,可选
默认值:0
- overwrite_z输入 int,可选
默认值:0
- lwork输入 int,可选
默认值:4*n+16
- liwork输入 int,可选
默认值:n+6