Can I perform a dot product between binary sparse matrices using just the numpy `indptr` and `indices` arrays?

后端 未结 0 807
悲哀的现实
悲哀的现实 2020-12-16 08:30

I\'d like to perform the dot product between two sparse matrices without using scipy.sparse. This should only use the csrmat.indices and csrm

相关标签:
回答
  • 消灭零回复
提交回复
热议问题