Skip to content

Commit 8b0da8c

Browse files
committed
Update utilities.jl
1 parent 829a552 commit 8b0da8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ function estimate_opnorm(B; kwargs...)
315315
_estimate_opnorm(B, eltype(B); kwargs...)
316316
end
317317

318-
# 1. Fallback for Integer/Generic types (Uses TSVD)
318+
# 1. Fallback for Generic types (Uses TSVD)
319319
function _estimate_opnorm(B, ::Type{T}; kwargs...) where {T}
320320
_, s, _ = tsvd(B, 1)
321321
return s[1], true

0 commit comments

Comments
 (0)