Module 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§

Csr
Compressed Sparse Row (CSR) is a sparse adjacency matrix graph.
EdgeReference
EdgeReferences
Edges
EdgesNotSorted
Csr creation error: edges were not in sorted order.
Neighbors
NodeIdentifiers
NodeReferences
Iterator over all nodes of a graph.

Type Aliases§

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