Skip to main content

indegree

Function indegree 

Source
pub fn indegree<K: ArrayKind>(
    adjacency: &IndexedCoproduct<K, FiniteFunction<K>>,
) -> FiniteFunction<K>
where K::Type<K::I>: NaturalArray<K>,
Expand description

Compute indegree of all nodes in a multigraph.