Expand description
Compressed Sparse Row (CSR) is a sparse adjacency matrix graph.
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.
Traits
- Trait for the unsigned integer type used for node and edge indices.
Type Aliases
- The default integer type for graph indices.
u32
is the default to reduce the size of the graph’s data and improve performance in the common case. - Csr edge index type, a plain integer.
- Csr node index type, a plain integer.