Type Alias petgraph::matrix_graph::DiMatrix
source · pub type DiMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Directed, Null, Ix>;
Expand description
A MatrixGraph
with directed edges.
Aliased Type§
struct DiMatrix<N, E, Null = Option<E>, Ix = u16> { /* private fields */ }