Skip to content

Commit 47311cb

Browse files
Update src/utils.jl
Co-authored-by: Dominique <[email protected]>
1 parent f2c9bbe commit 47311cb

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
@@ -25,6 +25,7 @@ function opnorm_eig(B; max_attempts::Int = 3)
2525
end
2626
return λ, success
2727
end
28+
2829
function opnorm_svd(J; max_attempts::Int = 3)
2930
have_svd = false
3031
attempt = 0

0 commit comments

Comments
 (0)