Skip to content

Commit 51853a3

Browse files
Update src/utils.jl
Co-authored-by: Dominique <[email protected]>
1 parent fb23376 commit 51853a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function opnorm_eig(B; max_attempts::Int = 3)
2929
end
3030
return λ, success
3131
end
32+
3233
function opnorm_svd(J; max_attempts::Int = 3)
3334
have_svd = false
3435
attempt = 0

0 commit comments

Comments
 (0)