Skip to content

Commit 516afb8

Browse files
authored
Merge pull request #134 from mrava87/doc-L1Ball
minor: fix math expression for L1Ball
2 parents 2ee3384 + eed6a4b commit 516afb8

File tree

1 file changed

+1
-1
lines changed
  • pyproximal/projection

1 file changed

+1
-1
lines changed

pyproximal/projection/L1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class L1BallProj():
2828
2929
.. math::
3030
31-
P_{L1_{r}} (\mathbf{x}) = sign(x) P_{\operatorname{Simplex}(r)}
31+
P_{L1_{r}} (\mathbf{x}) = sign(\mathbf{x}) P_{\operatorname{Simplex}(r)}(\mathbf{x})
3232
3333
Note that this is the proximal operator of the corresponding
3434
indicator function :math:`\mathcal{I}_{L1_{r}}`.

0 commit comments

Comments
 (0)