| pagerank(G[, alpha, max_iter, tol, nstart]) | Return the PageRank of the nodes in the graph. |
| pagerank_numpy(G[, alpha, max_iter, tol, ...]) | Return a NumPy array of the PageRank of G. |
| pagerank_scipy(G[, alpha, max_iter, tol, ...]) | Return a SciPy sparse array of the PageRank of G. |
| google_matrix(G[, alpha, nodelist]) |