-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
add issuccess for CholeskyPivoted #36002
Conversation
The test goes in: |
Hey Phillip, welcome and thanks for the contribution! Some things to add here:
This functionality looks like a very useful addition! |
Okay, I think I got everything taken care of. Let me know what I missed. :) |
Thanks @palday and welcome! |
We discussed this and the possible issues in JuliaLang/LinearAlgebra.jl#720 |
Anything we should do differently here. Sorry, I wasn't aware of JuliaLang/LinearAlgebra.jl#720. |
I think we concluded the definition here was reasonable even though it was argued that the factorization can also be successful when |
@palday Would it be possible for you to review JuliaLang/LinearAlgebra.jl#720 and update the docs accordingly? |
I also gave some thought to the successful rank-deficient PSD case, but in |
Ha, it looks like that issue is discussing exactly what I discovered. I'll take a look (might be a few days). |
* add issuccess for CholeskyPivoted * add tests, NEWS and compat
Trivial change to add
issuccess
method forCholeskyPivoted
. Let me know if (and where!) I need to add an additional test to cover this.