Module csr

Source
Expand description

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

Re-exports§

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

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

Constants§

BINARY_SEARCH_CUTOFF 🔒

Type Aliases§

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