We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3923792 commit 8414b44Copy full SHA for 8414b44
src/svd.jl
@@ -253,7 +253,7 @@ function _svdvals!(B::Bidiagonal{T}; tol = eps(T)) where {T<:Real}
253
return sort(abs.(diag(B)), rev = true)
254
end
255
256
-# We want to avoid that zero eigenvalues zero out any singular vectors so we'd
+# We want to avoid that zero singular values zero out any singular vectors so we'd
257
# have to use a modified sign function
258
_sign(x) = ifelse(iszero(x), one(x), sign(x))
259
0 commit comments