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 dgglse - module scipy.linalg.lapack

Signature de la fonction dgglse

Description

dgglse.__doc__

t,r,res,x,info = dgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d])

Wrapper for ``dgglse``.

Parameters
----------
a : input rank-2 array('d') with bounds (m,n)
b : input rank-2 array('d') with bounds (p,n)
c : input rank-1 array('d') with bounds (m)
d : input rank-1 array('d') with bounds (p)

Other Parameters
----------------
overwrite_a : input int, optional
    Default: 0
overwrite_b : input int, optional
    Default: 0
overwrite_c : input int, optional
    Default: 0
overwrite_d : input int, optional
    Default: 0
lwork : input int, optional
    Default: max(m+n+p,1)

Returns
-------
t : rank-2 array('d') with bounds (m,n) and a storage
r : rank-2 array('d') with bounds (p,n) and b storage
res : rank-1 array('d') with bounds (m) and c storage
x : rank-1 array('d') with bounds (n)
info : int