scipy.linalg.lapack.dtgsyl#

scipy.linalg.lapack.dtgsyl(a, b, c, d, e, f[, trans, ijob, lwork, overwrite_c, overwrite_f]) = <fortran function dtgsyl>#

dtgsyl 的包裝函式。

參數:
ainput rank-2 array(‘d’) with bounds (m,m)
binput rank-2 array(‘d’) with bounds (n,n)
cinput rank-2 array(‘d’) with bounds (m,n)
dinput rank-2 array(‘d’) with bounds (m,m)
einput rank-2 array(‘d’) with bounds (n,n)
finput rank-2 array(‘d’) with bounds (m,n)
返回:
rrank-2 array(‘d’) with bounds (m,n) and c storage
lrank-2 array(‘d’) with bounds (m,n) and f storage
scalefloat
diffloat
infoint
其他參數:
transinput bytes, optional

預設值: ‘N’

ijobinput int, optional

預設值: 0

overwrite_cinput int, optional

預設值: 0

overwrite_finput int, optional

預設值: 0

lworkinput int, optional

預設值: max(1,2*m*n)