Construct the sigma matrix in SVD from singular values and size M, N.
s : array_like, shape (M,) or (N,)
Singular values
M : int
Size of the matrix whose singular values are s.
N : int
S : array, shape (M, N)
The S-matrix in the singular value decomposition
scipy.linalg.svdvals
scipy.linalg.orth
Enter search terms or a module, class or function name.