-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Backslash with SparseMatrix falls back to the generic backslash method #333
Comments
I'll have to look a little more into this. I consolidated some of the |
I think it was an unanticipated consequence of JuliaLang/julia@87e26c5. We should probably have what you suggested so it would be great if you could prepare a PR. |
I tried the easy way with just |
..and suddenly I remember the issue and the reason why I added the |
@Sacha0 any chance you could take a look at this one? would be much-appreciated! |
Shall do! |
…ecking that that specialized method gets called, a simple if inelegant fix for #16548.
…ecking that that specialized method gets called, a simple if inelegant fix for #16548.
…ecking that that specialized method gets called, a simple if inelegant fix for #16548.
@tkelman I should be able to spend a decent fraction of the coming week on things Julia. So if there are similar RC-freeze-related tasks in need of attention, please don't hesitate to ask. Best! |
I don't think I can add labels, but if any issue deserves the needs-a-test label, this one does. |
JuliaLang/julia#16979 includes a test, albeit brittle |
Cool. Dispatch tests like that are important. |
We just took it off the milestone, but maybe you'd be able to make a little bit of headway on #257 while Andreas is overloaded with JuliaCon organizing? |
Took what off milestone? |
Close with benefit of JuliaLang/julia#16979 and open a new issue to track JuliaLang/julia#16979 (comment) / JuliaLang/julia#16979 (comment), or leave this issue open to track those points? |
Let's close since the actual problem is fixed. Can have another issue for the style "problem". |
This means that cholmod is actually never used even if the matrix is pos def for backslash.
Shouldn't backslash for sparse matrices use the factorize methods defined at https://github.com/JuliaLang/julia/blob/master/base/sparse/linalg.jl#L859?
cc @andreasnoack
The text was updated successfully, but these errors were encountered: