scipy.linalg.lapack.zgelsy#

scipy.linalg.lapack.zgelsy(a, b, jptv, cond, lwork[, overwrite_a, overwrite_b]) = <fortran function zgelsy>#

Wrapper für zgelsy.

Parameter:
aEingabe-Array vom Rang 2 ('D') mit Grenzen (m,n)
binput rank-2 array(‘D’) with bounds (maxmn,nrhs)
jptvinput rank-1 array(‘i’) with bounds (n)
condinput float
lworkinput int
Rückgabe:
vrank-2 array(‘D’) with bounds (m,n) and a storage
xrank-2 array(‘D’) with bounds (maxmn,nrhs) and b storage
jrank-1 array(‘i’) with bounds (n) and jptv storage
rankint
infoint
Andere Parameter:
overwrite_aEingabe-Integer, optional

Standard: 0

overwrite_bEingabe Ganzzahl, optional

Standard: 0