ing-bank / sparse_dot_topn

Python package to accelerate the sparse matrix multiplication and top-n similarity selection
Apache License 2.0
399 stars 86 forks source link

WIP: Zip matrices zip_j A.dot(B_j) #93

Closed mbaak closed 10 months ago

mbaak commented 10 months ago

New function that can zip matrices zip_j A.dot(B_j), where B has been split row-wise into sub-matrices B_j.