Module petgraph::matrix_graph [−][src]
Expand description
MatrixGraph<N, E, Ty, NullN, NullE, Ix> is a graph datastructure backed by an adjacency matrix.
Structs
| EdgeReferences | Iterator over all edges of a graph. |
| Edges | Iterator over the edges of from or to a node |
| MatrixGraph |
|
| Neighbors | Iterator over the neighbors of a node. |
| NodeIdentifiers | Iterator over the node identifiers of a graph. |
| NodeReferences | Iterator over all nodes of a graph. |
| NotZero |
|
Traits
| IndexType | Trait for the unsigned integer type used for node and edge indices. |
| Nullable | Wrapper trait for an |
| Zero | Base trait for types that can be wrapped in a |
Functions
| node_index | Short version of |
Type Definitions
| DiMatrix | A |
| NodeIndex | Node identifier. |
| UnMatrix | A |