Type Definition petgraph::matrix_graph::DiMatrix [−][src]
type DiMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Directed, Null, Ix>;
A MatrixGraph
with directed edges.
type DiMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Directed, Null, Ix>;
A MatrixGraph
with directed edges.