scipy.linalg.lapack.strsyl¶
- 
scipy.linalg.lapack.strsyl(a, b, c[, trana, tranb, isgn, overwrite_c]) = <fortran object>¶ Wrapper for
strsyl.- Parameters
 - ainput rank-2 array(‘f’) with bounds (m,m)
 - binput rank-2 array(‘f’) with bounds (n,n)
 - cinput rank-2 array(‘f’) with bounds (m,n)
 
- Returns
 - xrank-2 array(‘f’) with bounds (m,n) and c storage
 - scalefloat
 - infoint
 
- Other Parameters
 - tranainput string(len=1), optional
 Default: ‘N’
- tranbinput string(len=1), optional
 Default: ‘N’
- isgninput int, optional
 Default: 1
- overwrite_cinput int, optional
 Default: 0
