You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! There is no rank method for SVD objects. The rank(::AbstractMatrix) method already uses an SVD internally, but calling rank on an SVD object itself throws an error. I implemented this along with test code and submitting a PR shortly.