svd_basis_test


svd_basis_test, a FORTRAN90 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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

svd_basis, a FORTRAN90 code which applies the Singular Value Decomposition (SVD) to a collection of data vectors, extracting dominant modes;

Source Code:

The input data consists of 5 files:

The output data consists of 4 files, the first containing the average, and the next three containing the SVD basis vectors:


Last revised on 31 August 2020.