Module mul

Source
Expand description

Sparse matrix multiplication.

Functionsยง

dense_sparse_matmul
Multiplies a dense matrix lhs by a sparse matrix rhs, and stores the result in acc. See crate::mul::matmul for more details.
sparse_dense_matmul
Multiplies a sparse matrix lhs by a dense matrix rhs, and stores the result in acc. See crate::mul::matmul for more details.