Skip to content

Commit bb23abb

Browse files
authored
Merge pull request #78 from mrava87/main
minor: fix doc of L2
2 parents 9019af0 + df7f733 commit bb23abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproximal/proximal/L2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ class L2(ProxOperator):
6666
6767
.. math::
6868
69-
\prox_{f_\alpha}(\mathbf{x}) =
69+
\prox_{\tau f_\alpha}(\mathbf{x}) =
7070
\frac{\mathbf{x} + \tau \sigma \mathbf{b} - \tau \alpha \mathbf{q}}
7171
{1 + \tau \sigma}
7272
7373
If ``b`` is not provided, the proximal operator reduces to:
7474
7575
.. math::
7676
77-
\prox_{f_\alpha}(\mathbf{x}) =
77+
\prox_{\tau f_\alpha}(\mathbf{x}) =
7878
\frac{\mathbf{x} - \tau \alpha \mathbf{q}}{1 + \tau \sigma}
7979
8080
Finally, note that the second term in :math:`f_\alpha(\mathbf{x})` is added

0 commit comments

Comments
 (0)