overall_reciprocity#

overall_reciprocity(G)[source]#

Compute the reciprocity for the whole graph.

See the doc of reciprocity for the definition.

Parameters:
Ggraph

A networkx graph


Additional backends implement this function

cugraph : GPU-accelerated backend.

graphblas : OpenMP-enabled sparse linear algebra backend.