Crates.io | csr_matrix |
lib.rs | csr_matrix |
version | 0.1.0 |
source | src |
created_at | 2023-04-15 16:02:58.540707 |
updated_at | 2023-04-15 16:02:58.540707 |
description | Simple implementation of a generic Compressed Sparse Row (CSR) matrix. |
homepage | |
repository | |
max_upload_size | |
id | 840021 |
size | 7,086 |
Simple implementation of a generic Compressed Sparse Row (CSR) matrix.
Features (an exhaustive list):
This crate was conceived for personal use, specifically for use in a WIP generic graphs crate.