Type Definition petgraph::matrix_graph::UnMatrix[][src]

type UnMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Undirected, Null, Ix>;

A MatrixGraph with undirected edges.