Skip to content

Commit

Permalink
Fixed minor documentation mistake (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danaroth83 authored Mar 21, 2024
1 parent 7f156a2 commit d9026d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/optimize/_padmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class ProximalADMM(ProximalADMMBase):
\mb{u}^{(k-1)} \right) \right) \\
\mb{z}^{(k+1)} &= \mathrm{prox}_{\rho^{-1} \nu^{-1} g} \left(
\mb{z}^{(k)} - \nu^{-1} B^T \left(
B \mb{x}^{(k+1)} + A \mb{z}^{(k)} - \mb{c} + \mb{u}^{(k)}
A \mb{x}^{(k+1)} + B \mb{z}^{(k)} - \mb{c} + \mb{u}^{(k)}
\right) \right) \\
\mb{u}^{(k+1)} &= \mb{u}^{(k)} + A \mb{x}^{(k+1)} + B
\mb{z}^{(k+1)} - \mb{c} \;.
Expand Down

0 comments on commit d9026d3

Please sign in to comment.