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 的存储空间
- scalefloat
- infoint
- 其他参数:
- trana输入字节,可选
默认值:‘N’
- tranb输入字节,可选
默认值:‘N’
- isgn输入整数,可选
默认值:1
- overwrite_c输入整数,可选
默认值:0