/dynamic_sparse_arrays

This package aims to provide dynamic sparse vectors and matrices in Rust. Unlike the sparse arrays provided in  rustlearn, arrays from this package have unfixed sizes. It means that we can add or delete rows and columns after the instantiation of the array.

Primary LanguageRustApache License 2.0Apache-2.0

No issues in this repository yet.