SciPy

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

scipy.linalg.lapack.cgelsy_lwork

scipy.linalg.lapack.cgelsy_lwork(m, n, nrhs, cond[, lwork]) = <fortran object>

Wrapper for cgelsy_lwork.

Parameters:
m : input int
n : input int
nrhs : input int
cond : input float
Returns:
work : complex
info : int
Other Parameters:
 
lwork : input int, optional

Default: -1

Previous topic

scipy.linalg.lapack.dgelsy_lwork

Next topic

scipy.linalg.lapack.zgelsy_lwork