We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee3384 commit eed6a4bCopy full SHA for eed6a4b
pyproximal/projection/L1.py
@@ -28,7 +28,7 @@ class L1BallProj():
28
29
.. math::
30
31
- P_{L1_{r}} (\mathbf{x}) = sign(x) P_{\operatorname{Simplex}(r)}
+ P_{L1_{r}} (\mathbf{x}) = sign(\mathbf{x}) P_{\operatorname{Simplex}(r)}(\mathbf{x})
32
33
Note that this is the proximal operator of the corresponding
34
indicator function :math:`\mathcal{I}_{L1_{r}}`.
0 commit comments