GraphBLAS / binsparse-specification

A cross-platform binary storage format for sparse data, particularly sparse matrices.
https://graphblas.org/binsparse-specification/
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Add `number_of_stored_values` as a key. #52

Closed BenBrock closed 6 months ago

BenBrock commented 6 months ago

This PR adds number_of_stored_values as a key. I add a couple of clarifying notes, including about ISO-valued matrices (where it reflects the number of explicit entries with indices) and symmetric matrices (where it reflects only the explicitly stored values, not the logical values in both triagnles).

github-actions[bot] commented 6 months ago

Automated Review URLs