SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.lapack.zgelsy

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

Wrapper for zgelsy.

Parameters
ainput rank-2 array(‘D’) with bounds (m,n)
binput rank-2 array(‘D’) with bounds (maxmn,nrhs)
jptvinput rank-1 array(‘i’) with bounds (n)
condinput float
lworkinput int
Returns
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
Other Parameters
overwrite_ainput int, optional

Default: 0

overwrite_binput int, optional

Default: 0

Previous topic

scipy.linalg.lapack.cgelsy

Next topic

scipy.linalg.lapack.sgelsy_lwork