scipy.linalg.lapack.dtgsyl#
- scipy.linalg.lapack.dtgsyl(a, b, c, d, e, f[, trans, ijob, lwork, overwrite_c, overwrite_f]) = <fortran function dtgsyl>#
用于
dtgsyl
的包装器。- 参数:
- a输入秩为 2 的数组(‘d’),边界为 (m,m)
- b输入秩为 2 的数组(‘d’),边界为 (n,n)
- c输入秩为 2 的数组(‘d’),边界为 (m,n)
- d输入秩为 2 的数组(‘d’),边界为 (m,m)
- e输入秩为 2 的数组(‘d’),边界为 (n,n)
- f输入秩为 2 的数组(‘d’),边界为 (m,n)
- 返回:
- r秩为 2 的数组(‘d’),边界为 (m,n),存储类型为 c
- l秩为 2 的数组(‘d’),边界为 (m,n),存储类型为 f
- scalefloat
- diffloat
- infoint
- 其他参数:
- trans输入字节,可选
默认值: ‘N’
- ijob输入 int,可选
默认值: 0
- overwrite_c输入 int,可选
默认值: 0
- overwrite_f输入 int,可选
默认值: 0
- lwork输入 int,可选
默认值: max(1,2*m*n)