Module petgraph::csr

source ·
Expand description

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

Re-exports

pub use crate::graph::DefaultIx;
pub use crate::graph::IndexType;

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 Definitions

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