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).
Construct the sigma matrix in SVD from singular values and size M,N.
Parameters : | s : array, shape (M,) or (N,)
M : integer N : integer
|
---|---|
Returns : | S : array, shape (M, N)
|