ml_compress_fac

SVD-based column/row compression.

Contents

Syntax

Z = ml_compress_fac(Z, tol, type)

Description

Computes a column or row compression of the matrix Z using the SVD. Usually used to approximate the products Z'*Z or Z*Z' via a low-rank factor.

Input

Output

See Also

ml_compress_ldl