Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Aug 6, 2019
1 parent d2d5723 commit 4efcf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpy/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class LinearLeastSquares(App):
.. math::
\min_x \frac{1}{2} \| A x - y \|_2^2 + g(G x) +
\frac{\lamda}{2} \| x - z \|_2^2
\frac{\lambda}{2} \| x - z \|_2^2
Four solvers can be used: :class:`sigpy.alg.ConjugateGradient`,
:class:`sigpy.alg.GradientMethod`, :class:`sigpy.alg.ADMM`,
Expand Down

0 comments on commit 4efcf4c

Please sign in to comment.