Skip to content

Commit

Permalink
Merge pull request #11 from mrava87/main
Browse files Browse the repository at this point in the history
Added NickLuiken to credits
  • Loading branch information
mrava87 authored Mar 31, 2021
2 parents b94eb48 + 98767aa commit c2f324d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
Contributors
============

* `Matteo Ravasi <https://github.com/mrava87>`_, mrava87
* `Matteo Ravasi <https://github.com/mrava87>`_, mrava87
* `Nick Luiken <https://github.com/NickLuiken>`_, NickLuiken
1 change: 1 addition & 0 deletions pyproximal/optimization/sr3.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def SR3(Op, Reg, data, kappa, eps, x0=None, adaptive=True,
Notes
-----
SR3 uses the following algorithm:
.. math::
\mathbf{x}_{k+1} = (\mathbf{A}^T\mathbf{A} + \kappa
\mathbf{L}^T\mathbf{L})^{-1}(\mathbf{A}^T\mathbf{b} +
Expand Down

0 comments on commit c2f324d

Please sign in to comment.