This is related and there is another this dealing with equality, but if I have two sparse matrices (and they are coo format) how do I find which positions in the matrices are different?
If I were to subtract two matrices, I would still have to figure out which ones are nonzero.
I am seeing some non-deterministic values in my matrix formation, therefore I am trying to to find out which cells are changing (a smaller number) and which are consistent across runs (the overwhelming majority)