Skip to content

Commit

Permalink
Merge pull request #134 from mrava87/doc-L1Ball
Browse files Browse the repository at this point in the history
minor: fix math expression for L1Ball
  • Loading branch information
mrava87 authored Aug 16, 2023
2 parents 2ee3384 + eed6a4b commit 516afb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproximal/projection/L1.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class L1BallProj():
.. math::
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})
Note that this is the proximal operator of the corresponding
indicator function :math:`\mathcal{I}_{L1_{r}}`.
Expand Down

0 comments on commit 516afb8

Please sign in to comment.