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::update_func< Rank > Struct Template Reference

Functor to add the value of the incomming PageRank to the target vertex's auxiliary PageRank. More...

Public Member Functions

 update_func (Rank const &rank=0.0)
 
template<class Vertex >
bool operator() (Vertex target) const
 

Public Types

typedef bool result_type
 

Public Attributes

Rank m_rank
 

Detailed Description

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

Functor to add the value of the incomming PageRank to the target vertex's auxiliary PageRank.


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