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

Signature de la fonction cgelsy

Description

cgelsy.__doc__

v,x,j,rank,info = cgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b])

Wrapper for ``cgelsy``.

Parameters
----------
a : input rank-2 array('F') with bounds (m,n)
b : input rank-2 array('F') with bounds (maxmn,nrhs)
jptv : input rank-1 array('i') with bounds (n)
cond : input float
lwork : input int

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

Returns
-------
v : rank-2 array('F') with bounds (m,n) and a storage
x : rank-2 array('F') with bounds (maxmn,nrhs) and b storage
j : rank-1 array('i') with bounds (n) and jptv storage
rank : int
info : int