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 computer code and data files described and made available on this web page are 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;