Skip to content

Commit 9b4e719

Browse files
committed
Fix typo in docstring of Log
1 parent 4ea7d34 commit 9b4e719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproximal/proximal/Log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Log(ProxOperator):
4242
or at a local minimum. Consider therefore
4343
4444
.. math::
45-
f(z) = k \log(\gamma x + 1) + \frac{1}{2} (x - z)^2
45+
f(z) = k \log(\gamma z + 1) + \frac{1}{2} (x - z)^2
4646
4747
where :math:`k= \frac{\tau \sigma}{\log(\gamma + 1)}` is introduced for
4848
convenience. The condition that :math:`f'(z) = 0` yields the following equation

0 commit comments

Comments
 (0)