-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
This may be more question than issue.
I understand why post-sparsifying might be the best route to making the matrix-matrix product sparse. But, in the regular product, why not leave out the elements that are sums of products all of which involve one structural zero? That is, if an element in the result comes from multiplying a row and column such that every product in that sum has at least one structural zero, why not leave that element out of the sparse product?
I got bitten by this because I assumed (my fault, I know!) that the sparse product would behave this way so I was ending up with dense matrices full of zeroes without realizing.