Expand description
Compressed Sparse Row (CSR) is a sparse adjacency matrix graph.
Re-exports§
Structs§
- Compressed Sparse Row ([
CSR
]) is a sparse adjacency matrix graph. - Csr creation error: edges were not in sorted order.
Constants§
Type Aliases§
- Csr edge index type, a plain integer.
- Csr node index type, a plain integer.