This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.ctrsyl¶
- scipy.linalg.lapack.ctrsyl = <fortran object>¶
- ctrsyl - Function signature:
- x,scale,info = ctrsyl(a,b,c,[trana,tranb,isgn,overwrite_c])
- Required arguments:
- a : input rank-2 array(‘F’) with bounds (m,m) b : input rank-2 array(‘F’) with bounds (n,n) c : input rank-2 array(‘F’) with bounds (m,n)
- Optional arguments:
- trana := ‘N’ input string(len=1) tranb := ‘N’ input string(len=1) isgn := 1 input int overwrite_c := 0 input int
- Return objects:
- x : rank-2 array(‘F’) with bounds (m,n) and c storage scale : float info : int