Documentation
sparse-0.0.1 has been yanked.

Sparse

Sparse library for Rust.

CI

sparse is a work-in-progress library and is still in alpha phase.

Matrix

Common matrix types:

  • Dictionary Of Keys (DOK)
  • List Of Lists (LIL)
  • Coordinate (COO)
  • Compressed Sparse Row (CSR)
  • Compressed Sparse Column (CSC)