Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « scipy.linalg.lapack »

Fonction strsyl - module scipy.linalg.lapack

Signature de la fonction strsyl

Description

strsyl.__doc__

x,scale,info = strsyl(a,b,c,[trana,tranb,isgn,overwrite_c])

Wrapper for ``strsyl``.

Parameters
----------
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)

Other Parameters
----------------
trana : input string(len=1), optional
    Default: 'N'
tranb : input string(len=1), optional
    Default: 'N'
isgn : input int, optional
    Default: 1
overwrite_c : input int, optional
    Default: 0

Returns
-------
x : rank-2 array('f') with bounds (m,n) and c storage
scale : float
info : int