-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
dotDivide
changes to denseMatrix when the inputs are sparseMatrix
#3219
Comments
Thanks for reporting! We should indeed align this and make sure the output is a SparseMatrix for sparse inputs. I think we should mark it as a breaking change, since the current behavior may be depended upon. |
can i work on this issue. |
Thanks Neeraj. I see this issue was picked up recently via #3287 by @rana-aakash so let's await a response there. |
Hello @josdejong |
Fixed in |
Hi,
I found an odd behavior of sparse matrices in
dotDivide
on 13.0.0The implementation of
matrixAlgorithmSuite
indotDivide
seems different than the one indotMultiply
maybe it has something to do with the issue.I found this while working on #3196, found that for sparse matrices broadcasting isn't working very well and went into a rabbit hole to find this separate issue.
The text was updated successfully, but these errors were encountered: