This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute singular values of a matrix.
Parameters : | a : (M, N) array_like
overwrite_a : bool, optional
check_finite : boolean, optional
|
---|---|
Returns : | s : (min(M, N),) ndarray
|
Raises : | LinAlgError :
|