pub fn pagerank_run<G: Graph>(graph: &G, config: PageRankConfig) -> PageRankRunExpand description
PageRank with convergence reporting.
iterations is the number of update steps performed.
diff_l1 is the final (L_1) residual (sum of absolute deltas).