|
Thrill
0.1
|
A pair (page, rank)
Definition at line 55 of file page_rank.hpp.
#include <page_rank.hpp>
Public Attributes | |
| PageId | page |
| Rank | rank |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PageRankPair &a) |
|
friend |
Definition at line 59 of file page_rank.hpp.
| PageId page |
Definition at line 56 of file page_rank.hpp.
Referenced by examples::page_rank::PageRank().
| Rank rank |
Definition at line 57 of file page_rank.hpp.
Referenced by examples::page_rank::PageRank().