Work-function to copy the auxiliary rank to the actual PageRank values and reinitialize the auxiliary rank.
More...
|
| page_rank_copy_wf (Rank const &damping, size_t max_visits) |
|
template<typename Vertex > |
void | operator() (Vertex v) const |
|
template<typename GraphView > |
bool | operator() (GraphView g, size_t iteration) const |
| Algorithm to copy the auxiliary rank to the actual PageRank values and reinitialize the auxiliary rank. More...
|
|
|
Rank | m_damping |
|
size_t | m_max_visits |
|
template<typename Rank>
struct stapl::page_rank_impl::page_rank_copy_wf< Rank >
Work-function to copy the auxiliary rank to the actual PageRank values and reinitialize the auxiliary rank.
◆ operator()()
template<typename Rank >
template<typename GraphView >
Algorithm to copy the auxiliary rank to the actual PageRank values and reinitialize the auxiliary rank.
Executed at the end of each paradigm iteration as a post-execute.
- Parameters
-
g | The input graph_view |
iteration | The iteration value. |
The documentation for this struct was generated from the following file: