Construct the sigma matrix in SVD from singular values and size M,N.
s : array, shape (M,) or (N,)
Singular values
M : integer
N : integer
Size of the matrix whose singular values are s
S : array, shape (M, N)
The S-matrix in the singular value decomposition
scipy.linalg.svdvals
scipy.linalg.orth