sp_matmul_rs 0.2.1

Sparse CSR matrix multiplication with top-n selection — Rust port of sparse_dot_topn.
Documentation
1
2
3
4
5
6
7
import numpy as np
import pytest


@pytest.fixture(scope="package")
def rng():
    return np.random.Generator(np.random.PCG64DXSM(1481236117))