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