Type Alias petgraph::matrix_graph::UnMatrix
source · pub type UnMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Undirected, Null, Ix>;
Expand description
A MatrixGraph
with undirected edges.
pub type UnMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Undirected, Null, Ix>;
A MatrixGraph
with undirected edges.