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.
Aliased Type§
struct UnMatrix<N, E, Null = Option<E>, Ix = u16> { /* private fields */ }