| Crates.io | sparsetools |
| lib.rs | sparsetools |
| version | 0.2.4 |
| created_at | 2023-09-15 09:17:01.670024+00 |
| updated_at | 2025-04-25 11:49:55.06763+00 |
| description | 2-D sparse matrix package for numeric data |
| homepage | |
| repository | https://github.com/rwl/sparsetools |
| max_upload_size | |
| id | 973568 |
| size | 191,792 |
2-D sparse matrix crate for numeric data.
The operations supported by SciPy sparse matrices are implemented using functions written in C++/Cython. This crate contains translations of those functions to Rust. Sparse matrix types with methods that wrap the functions are provided in submodules:
HashMap)Some compressed sparse graph routines from SciPy are also included.
The source code is distributed under the same BSD 3-clause license (LICENSE or https://opensource.org/license/bsd-3-clause/) as SciPy.