Module petgraph::csr

source ·
Expand description

Compressed Sparse Row (CSR) is a sparse adjacency matrix graph.

Re-exports

Structs

Type Definitions

  • Csr edge index type, a plain integer.
  • Csr node index type, a plain integer.