Work-function to compute the PageRank of a vertex and push it to the vertex's neighbors. More...
Public Member Functions | |
| page_rank_wf (Rank const &damping) | |
| template<typename Vertex , typename GraphVisitor > | |
| bool | operator() (Vertex &&v, GraphVisitor &&graph_visitor) const | 
Public Types | |
| using | concurrency_model = sgl::weak_concurrency | 
Public Attributes | |
| Rank | m_damping | 
Work-function to compute the PageRank of a vertex and push it to the vertex's neighbors.
 1.8.13