This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute singular values of a matrix.
Parameters : | a : array, shape (M, N)
overwrite_a : boolean
|
---|---|
Returns : | s: array, shape (K,) :
Raises LinAlgError if SVD computation does not converge : |