pub type UnMatrix<N, E, S = RandomState, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, S, Undirected, Null, Ix>;
Expand description
A MatrixGraph
with undirected edges.
Aliased Typeยง
struct UnMatrix<N, E, S = RandomState, Null = Option<E>, Ix = u16> { /* private fields */ }