1//! Sparse matrix data structures and associated tools. 2 3pub mod coo; 4pub mod csr; 5pub mod item;