Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bihaqo/l1nls

Matlab and Python solvers that find the solution of system of linear equations of minimal L1 norm
https://github.com/bihaqo/l1nls

Last synced: 27 days ago
JSON representation

Matlab and Python solvers that find the solution of system of linear equations of minimal L1 norm

Awesome Lists containing this project

README

        

Matlab and Python solvers that find the least 1-norm solution of the system of
linear equations, i.e. solve the following optimization problem:
```
min. ||x||_1
s.t.
A x = b
```

The Python version uses PuLP for solving the underlying linear programming.