scipy.linalg.lapack.ctrsyl#

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

Wrapper for ctrsyl.

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 bytes, optional

Default: ‘N’

tranbinput bytes, optional

Default: ‘N’

isgninput int, optional

Default: 1

overwrite_cinput int, optional

Default: 0