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

Signature de la fonction sgelsd

Description

sgelsd.__doc__

x,s,rank,info = sgelsd(a,b,lwork,size_iwork,[cond,overwrite_a,overwrite_b])

Wrapper for ``sgelsd``.

Parameters
----------
a : input rank-2 array('f') with bounds (m,n)
b : input rank-2 array('f') with bounds (maxmn,nrhs)
lwork : input int
size_iwork : input int

Other Parameters
----------------
overwrite_a : input int, optional
    Default: 0
overwrite_b : input int, optional
    Default: 0
cond : input float, optional
    Default: -1.0

Returns
-------
x : rank-2 array('f') with bounds (maxmn,nrhs) and b storage
s : rank-1 array('f') with bounds (minmn)
rank : int
info : int