We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff5892 commit f4c0c2eCopy full SHA for f4c0c2e
1 file changed
paper/paper.md
@@ -101,7 +101,7 @@ The main difference between the proximal operators implemented in
101
is that those implemented here involve a translation of the nonsmooth term.
102
Specifically, this package considers proximal operators defined as
103
$$
104
- argmin \, { \tfrac{1}{2} ‖t - q‖₂² + ν h(x + s + t) + χ(s + t; ΔB) | t ∈ ℝⁿ },
+ \underset{t \in \mathbb{R}^n}{\arg\min} \, { \tfrac{1}{2} ‖t - q‖₂² + ν h(x + s + t) + χ(s + t; ΔB) | t ∈ ℝⁿ },
105
106
where $q$ is given, $x$ and $s$ are fixed shifts, $h$ is the nonsmooth term with respect
107
to which we are computing the proximal operator, and $χ(.; \Delta B)$ is the indicator of
0 commit comments