Module petgraph::csr [−][src]
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 ( |
| EdgeReference | |
| EdgeReferences | |
| Edges | |
| EdgesNotSorted | Csr creation error: edges were not in sorted order. |
| Neighbors | |
| NodeIdentifiers |
Type Definitions
| EdgeIndex | Csr edge index type, a plain integer. |
| NodeIndex | Csr node index type, a plain integer. |