svd_basis_test, a C++ code which calls svd_basis(), which applies the singular value decomposition to a set of data vectors, to extract the leading "modes" of the data.
The information on this web page is distributed under the MIT license.
svd_basis, a C++ code which applies the Singular Value Decomposition (SVD) to a set of vectors, extracting dominant modes;