Module petgraph::csr
[−]
[src]
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 |
Type Definitions
EdgeIndex |
Csr edge index type, a plain integer. |
NodeIndex |
Csr node index type, a plain integer. |