List of all members.
Public Member Functions |
void | before_iteration (int iteration, graphchi_context &info) |
void | after_iteration (int iteration, graphchi_context &ginfo) |
void | before_exec_interval (vid_t window_st, vid_t window_en, graphchi_context &ginfo) |
void | update (graphchi_vertex< VertexDataType, EdgeDataType > &v, graphchi_context &ginfo) |
void | before_iteration (int iteration, graphchi_context &gcontext) |
void | after_iteration (int iteration, graphchi_context &gcontext) |
void | before_exec_interval (vid_t window_st, vid_t window_en, graphchi_context &ginfo) |
void | update (graphchi_vertex< VertexDataType, EdgeDataType > &v, graphchi_context &ginfo) |
virtual void | after_exec_interval (vid_t window_st, vid_t window_en, graphchi_context &gcontext) |
Additional Inherited Members |
typedef VertexDataType | VertexDataType |
typedef EdgeDataType | EdgeDataType |
Member Function Documentation
void PagerankProgram::after_iteration |
( |
int |
iteration, |
|
|
graphchi_context & |
ginfo |
|
) |
| |
|
inlinevirtual |
void PagerankProgram::after_iteration |
( |
int |
iteration, |
|
|
graphchi_context & |
gcontext |
|
) |
| |
|
inlinevirtual |
void PagerankProgram::before_exec_interval |
( |
vid_t |
window_st, |
|
|
vid_t |
window_en, |
|
|
graphchi_context & |
ginfo |
|
) |
| |
|
inlinevirtual |
void PagerankProgram::before_exec_interval |
( |
vid_t |
window_st, |
|
|
vid_t |
window_en, |
|
|
graphchi_context & |
ginfo |
|
) |
| |
|
inlinevirtual |
void PagerankProgram::before_iteration |
( |
int |
iteration, |
|
|
graphchi_context & |
info |
|
) |
| |
|
inlinevirtual |
void PagerankProgram::before_iteration |
( |
int |
iteration, |
|
|
graphchi_context & |
gcontext |
|
) |
| |
|
inlinevirtual |
The documentation for this struct was generated from the following files: