scipy.linalg.lapack.ztrsyl#

scipy.linalg.lapack.ztrsyl(a, b, c[, trana, tranb, isgn, overwrite_c]) = <fortran function ztrsyl>#

函数 ztrsyl 的包装器。

参数::
a输入秩为 2 的数组(‘D’) 维度为 (m, m)
b输入秩为 2 的数组(‘D’) 维度为 (n, n)
c输入秩为 2 的数组(‘D’) 维度为 (m, n)
返回值::
x秩为 2 的数组(‘D’) 维度为 (m, n) 且与 c 共享内存
scale浮点数
info整数
其他参数::
trana输入字节,可选

默认值:‘N’

tranb输入字节,可选

默认值:‘N’

isgn输入整数,可选

默认值:1

overwrite_c输入整数,可选

默认值:0