Skip to content

Commit

Permalink
Kill more stars
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaretDuff committed Oct 17, 2024
1 parent 89bfb60 commit 34034d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wrappers/Python/cil/optimisation/algorithms/SIRT.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def update(self):

r""" Performs a single iteration of the SIRT algorithm
.. math:: x^{k+1} = \mathrm{proj}_{C}( x^{k} + \omega * D ( A^{T} ( M * (b - Ax) ) ) )
.. math:: x^{k+1} = \mathrm{proj}_{C}( x^{k} + \omega D ( A^{T} ( M *(b - Ax) ) ) )
"""

Expand Down

0 comments on commit 34034d7

Please sign in to comment.