Solve quadratically constrained overdetermined l1 minimization.

Solve min ||K * x - f||_1 s.t. ||y - x||_2 <= \epsilon where K has more rows than columns.
1.2K Downloads
Updated 19 Sep 2009

View License

=Solve quadratically constrained overdetermined l1 minimization:
min ||K * x - f||_1 s.t. ||y - x||_2 <= \epsilon
using a primal interior point method (using a log barrier).

Sparse linear systems are solved using a specialized preconditioning scheme.

Use of Blendenpik and SpTriSolve is suggested (both are available through File Exchange).

Algorithm is described in Section 5 of:
"L1-sparse reconstruction of sharp point set surfaces"
http://www.cs.tau.ac.il/~haima/l1sparse-tog-final.pdf
also based (partially) on l1-Magic

Cite As

Haim Avron (2024). Solve quadratically constrained overdetermined l1 minimization. (https://www.mathworks.com/matlabcentral/fileexchange/25364-solve-quadratically-constrained-overdetermined-l1-minimization), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0