Skip to content

Commit

Permalink
Separate cites
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeziere committed Aug 24, 2024
1 parent c434fef commit 1d3d337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ support constraint to the object, then returnns.
Gradient descent is an alternate way to view the ER algorithm becausee
ER is equivalent to gradient descent with a step size of 0.5.
More information about the ER algorithm can be found in [Fienup1978,Marchesini2007](@cite).
More information about the ER algorithm can be found in [Fienup1978](@cite) and [Marchesini2007](@cite).
"""
struct ER <: Operator
end
Expand Down Expand Up @@ -61,7 +61,7 @@ ER(\\rho_i) & \\rho \\in support \\\\
Marchesini [Marchesini2007](@cite) has shown that the HIO algorithm is
equivalent to a mini-max problem.
More information about the HIO algorithm can be found in [Fienup1978,Marchesini2007](@cite).
More information about the HIO algorithm can be found in [Fienup1978](@cite) and [Marchesini2007](@cite).
```
"""
struct HIO <: Operator
Expand Down

0 comments on commit 1d3d337

Please sign in to comment.