PyLops / pyproximal

PyProximal – Proximal Operators and Algorithms in Python
https://pyproximal.readthedocs.io
GNU Lesser General Public License v3.0
52 stars 13 forks source link

Tutorial: Hankel matrix recovery #97

Closed marcusvaltonen closed 2 years ago

marcusvaltonen commented 2 years ago

Implementation of the final special cases in #51. Only the general cases remain.

This also contains a tutorial on Hankel matrix estimation, which showcases some benefits using the non-convex methods.

mrava87 commented 2 years ago

Thanks a lot, this is a great addition. And the tutorial seems very useful for new users to better understand how to use these various proximal operators :)