scipy.linalg.lapack.ctrsyl#
- scipy.linalg.lapack.ctrsyl(a, b, c[, trana, tranb, isgn, overwrite_c]) = <fortran function ctrsyl>#
ctrsyl
的包装器。- 参数:
- 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