Singular value decomposition

evssm_lapack Calculates the eigenvalues and eigenvectors of a real matrix stored in symmetric storage mode. Function not yet available.
svd_lapack Calculates the singular value decomposition of a general rectangular matrix.
svdcov Uses singular value decomposition and returns the left and right homogeneous and heterogeneous arrays associated with the two input datasets.
svdcov_sv Uses singular value decomposition to return the left and right singular vectors associated with the two input datasets.
svdstd Uses singular value decomposition and returns the left and right homogeneous and heterogeneous arrays associated with the two input datasets.
svdstd_sv Uses singular value decomposition to return the left and right singular vectors associated with the two input datasets.