Skip to content

Commit 0704167

Browse files
Update src/R2DH.jl remove redundant DNorm
Co-authored-by: Dominique <[email protected]>
1 parent 9cea1ed commit 0704167

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/R2DH.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ function R2DH(
256256
end
257257

258258
Dkσk .= D.d .+ σk
259-
DNorm = norm(D.d, Inf)
260259
ν = 1 / ((DNorm + σk) * (1 + θ))
261260

262261
tired = maxIter > 0 && k maxIter

0 commit comments

Comments
 (0)