Type Definition 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.