We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829a552 commit 8b0da8cCopy full SHA for 8b0da8c
1 file changed
src/utilities.jl
@@ -315,7 +315,7 @@ function estimate_opnorm(B; kwargs...)
315
_estimate_opnorm(B, eltype(B); kwargs...)
316
end
317
318
-# 1. Fallback for Integer/Generic types (Uses TSVD)
+# 1. Fallback for Generic types (Uses TSVD)
319
function _estimate_opnorm(B, ::Type{T}; kwargs...) where {T}
320
_, s, _ = tsvd(B, 1)
321
return s[1], true
0 commit comments