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.
t,r,res,x,info = sgglse(a,b,c,d,[lwork,overwrite_a,overwrite_b,overwrite_c,overwrite_d])
Wrapper for ``sgglse``.
Parameters
----------
a : input rank-2 array('f') with bounds (m,n)
b : input rank-2 array('f') with bounds (p,n)
c : input rank-1 array('f') with bounds (m)
d : input rank-1 array('f') 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('f') with bounds (m,n) and a storage
r : rank-2 array('f') with bounds (p,n) and b storage
res : rank-1 array('f') with bounds (m) and c storage
x : rank-1 array('f') with bounds (n)
info : int
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 :