scipy.linalg.lapack.dtgsyl#
- scipy.linalg.lapack.dtgsyl(a, b, c, d, e, f[, trans, ijob, lwork, overwrite_c, overwrite_f]) = <fortran function dtgsyl>#
 Wrapper for
dtgsyl.- Parameters:
 - 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)
 
- Returns:
 - 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
 
- Other Parameters:
 - transinput bytes, optional
 Default: ‘N’
- ijobinput int, optional
 Default: 0
- overwrite_cinput int, optional
 Default: 0
- overwrite_finput int, optional
 Default: 0
- lworkinput int, optional
 Default: max(1,2*m*n)