Type Definition 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.
pub type DiMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Directed, Null, Ix>;A MatrixGraph with directed edges.