neco-sparse 0.1.0

Lightweight COO / CSR sparse matrix types
Documentation
1
2
3
4
5
//! Lightweight COO / CSR sparse matrix types.

mod sparse;

pub use sparse::{CooMat, CsrMat, CsrRow};