use sukker::{smd, SparseMatrix}; fn main() { let matrix = SparseMatrix::::eye(100); println!("Sparsity: {}", matrix.sparsity()); }