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