From 98767aaa0ce5fd0d6aa1a0ff1f7e911fa0797fb4 Mon Sep 17 00:00:00 2001 From: mrava87 Date: Wed, 31 Mar 2021 16:57:44 +0300 Subject: [PATCH] Added NickLuiken to credits --- docs/source/credits.rst | 3 ++- pyproximal/optimization/sr3.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/credits.rst b/docs/source/credits.rst index 9453a26..f1f5e93 100644 --- a/docs/source/credits.rst +++ b/docs/source/credits.rst @@ -3,4 +3,5 @@ Contributors ============ -* `Matteo Ravasi `_, mrava87 \ No newline at end of file +* `Matteo Ravasi `_, mrava87 +* `Nick Luiken `_, NickLuiken \ No newline at end of file diff --git a/pyproximal/optimization/sr3.py b/pyproximal/optimization/sr3.py index ac0e044..5bf924d 100644 --- a/pyproximal/optimization/sr3.py +++ b/pyproximal/optimization/sr3.py @@ -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} +