Skip to content

Commit 03591a4

Browse files
Update src/utils.jl
Co-authored-by: Dominique <[email protected]>
1 parent 3269c28 commit 03591a4

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
@@ -8,6 +8,7 @@ function LinearAlgebra.opnorm(B; kwargs...)
88
opnorm_fcn = m == n ? opnorm_eig : opnorm_svd
99
return opnorm_fcn(B; kwargs...)
1010
end
11+
1112
function opnorm_eig(B; max_attempts::Int = 3)
1213
have_eig = false
1314
attempt = 0

0 commit comments

Comments
 (0)