# l1 Solver This is a rust port of the l1 norm approximation found in the l1 magic software package (https://candes.su.domains/software/l1magic/) An example is available via `cargo run --example l1_decode`. The data was generated via Octave. ## References - https://korediantousman.staff.telkomuniversity.ac.id/files/2018/05/05_radar.pdf - https://github.com/scgt/l1magic (Port was based on this matlab code) - https://web.stanford.edu/~boyd/cvxbook/