svd_truncated_test


svd_truncated_test, a Fortran90 code which calls svd_truncated(), which demonstrates the computation of the reduced or truncated Singular Value Decomposition (SVD) of an M by N rectangular matrix, in cases where M < N or N < M.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

svd_truncated, a Fortran90 code which demonstrates the computation of the reduced or truncated Singular Value Decomposition (SVD) that is useful for cases when one dimension of the matrix is much smaller than the other.

Source Code:


Last revised on 31 August 2020.