-
-
Notifications
You must be signed in to change notification settings - Fork 34
implements a rank(::SVD)
method and adds unit tests. fixes #1126
#1127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is my first PR so I really appreciate the patience |
Honestly I think we can simplify the doc-string by simply saying "computes numerical rank given an SVD decomposition". Does that work? |
@jishnub do we need a more detailed description for this PR? |
I think the description is fine in this case, although perhaps the title shouldn't mention which issue is being fixed. The description already contains this. |
On my end I see fixes #1126 in the title. Do you mean a more detailed wording like "implements a rank(::SVD) method" should be in the title? |
rank(::SVD)
method and adds unit tests. fixes #1126
rank(::SVD)
method and adds unit tests. fixes #1126rank(::SVD)
method and adds unit tests. fixes #1126
Thanks, I think this is fine |
This PR adds a
rank(::SVD)
method along with unit tests, and fixes #1126