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 |
Functor to add the value of the incomming PageRank to the target vertex's auxiliary PageRank.