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 存储
- scale浮点数
- info整数
- 其他参数:
- trana输入字节,可选
默认值:’N’
- tranb输入字节,可选
默认值:’N’
- isgn输入整数,可选
默认值:1
- overwrite_c输入整数,可选
默认值:0