sparse icon indicating copy to clipboard operation
sparse copied to clipboard

Leading duplicates breaks coo to csr conversion

Open MaxvdKolk opened this issue 5 years ago • 0 comments

When leading duplicates are present in a COO matrix, the conversion towards CSR becomes invalid and not identical to the original COO representation.

An example and solution are proposed in pull request #19

MaxvdKolk avatar Oct 20 '20 06:10 MaxvdKolk