This is documentation for an old release of SciPy (version 1.1.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.dgelsy_lwork¶
-
scipy.linalg.lapack.
dgelsy_lwork
(m, n, nrhs, cond[, lwork]) = <fortran object>¶ Wrapper for
dgelsy_lwork
.Parameters: - m : input int
- n : input int
- nrhs : input int
- cond : input float
Returns: - work : float
- info : int
Other Parameters: - lwork : input int, optional
Default: -1