GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Member Functions
pagerank_kernel Struct Reference
Inheritance diagram for pagerank_kernel:
graphchi::functional_kernel< float, float >

List of all members.

Public Member Functions

float initial_value (graphchi_context &info, vertex_info &myvertex)
float reset ()
float op_neighborval (graphchi_context &info, vertex_info &myvertex, vid_t nbid, float nbval)
float plus (float curval, float toadd)
float compute_vertexvalue (graphchi_context &ginfo, vertex_info &myvertex, float nbvalsum)
float value_to_neighbor (graphchi_context &info, vertex_info &myvertex, vid_t nbid, float myval)

Additional Inherited Members

- Public Types inherited from graphchi::functional_kernel< float, float >
typedef float VertexDataType
typedef float EdgeDataType

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