scipy.linalg.lapack.dtrsyl#

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

dtrsyl 的包装器。

参数:
a边界为 (m,m) 的输入秩 2 数组(‘d’)
b边界为 (n,n) 的输入秩 2 数组(‘d’)
c边界为 (m,n) 的输入秩 2 数组(‘d’)
返回值:
x边界为 (m,n) 且具有 c 存储的秩 2 数组(‘d’)
scalefloat
infoint
其他参数:
trana输入字节,可选

默认值:‘N’

tranb输入字节,可选

默认值:‘N’

isgn输入 int,可选

默认值:1

overwrite_c输入 int,可选

默认值:0