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

Work-function to initialize the auxiliary and actual PageRank values. More...

Public Member Functions

 page_rank_init_wf (Rank const &initial_rank, Rank const &initial_aux_rank)
 
template<typename T >
bool operator() (T v) const
 

Public Types

typedef void result_type
 

Public Attributes

Rank m_initial_rank
 
Rank m_initial_aux_rank
 

Detailed Description

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

Work-function to initialize the auxiliary and actual PageRank values.


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