Skip to main content

Module sparse

Module sparse 

Source
Expand description

Sparse set intersection and weighted dot products.

This module provides:

  • SparseIntersect: Sorted-set intersection of index arrays
  • SparseDot: Weighted dot product over sparse index-value pairs

Traitsยง

SparseDot
Computes sparse dot product between two sorted sparse vectors with weights.
SparseIntersect
Computes set operations on sorted sparse vectors.