This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.cgelsy¶
- scipy.linalg.lapack.cgelsy = <fortran object>¶
- cgelsy - Function signature:
- v,x,j,rank,info = cgelsy(a,b,jptv,cond,lwork,[overwrite_a,overwrite_b])
- Required arguments:
- 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
- Optional arguments:
- overwrite_a := 0 input int overwrite_b := 0 input int
- Return objects:
- 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