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.
- Iterator over all nodes of a graph.
Type Aliases§
- Csr edge index type, a plain integer.
- Csr node index type, a plain integer.