scipy.linalg.lapack.strsyl#
- scipy.linalg.lapack.strsyl(a, b, c[, trana, tranb, isgn, overwrite_c]) = <fortran function strsyl>#
strsyl
的包装器。- 参数:
- a输入秩为2的数组(‘f’),边界为(m,m)
- b输入秩为2的数组(‘f’),范围为(n,n)
- c输入秩为2的数组(‘f’),维度为(m,n)
- 返回:
- x秩为2的数组(‘f’),边界为(m,n),存储为c
- 比例浮动
- 信息整数
- 其他参数:
- trana输入字节,可选
默认值:’N’
- tranb输入字节,可选
默认值:’N’
- isgn输入 整数, 可选
默认值:1
- overwrite_c输入 整数, 可选
默认值: 0