compressed_solve_test


compressed_solve_test, a MATLAB code which calls compressed_solve(), which handles an underdetermined linear system A*x=b, using a version of the QR factorization, and seeking a solution which has the fewest possible nonzero entries. This procedure is useful in the field of compressed sensing.

Licensing:

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

Related Data and Programs:

compressed_solve, a MATLAB code which handles an underdetermined linear system A*x=b, using a version of the QR factorization, and seeking a solution which has the fewest possible nonzero entries. This procedure is useful in the field of compressed sensing.

Source Code:


Last revised on 09 March 2026.