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

doc: improved consistency in code and doc in GeneralizedProximalGradient #137

Closed mrava87 closed 1 year ago

mrava87 commented 1 year ago

This PR fixes the documentation of GeneralizedProximalGradient to match the code implementation.

Moreover, small changes are introduced to the VStack code to enforce consistency between the expected size of x (as given by nn or restr) and the actual size of the array.