STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::page_rank_impl::page_rank_wf< Rank > Struct Template Reference

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
 

Detailed Description

template<typename Rank>
struct stapl::page_rank_impl::page_rank_wf< Rank >

Work-function to compute the PageRank of a vertex and push it to the vertex's neighbors.


The documentation for this struct was generated from the following file: