

Go to the source code of this file.
Functions | |
| int | run_pagerank (dist_graph_t *g, mpi_data_t *comm, double *&pageranks, uint32_t num_iter) |
| int | pagerank_verify (dist_graph_t *g, double *pageranks) |
| int | pagerank_output (dist_graph_t *g, double *pageranks, char *output_file) |
| int | pagerank_dist (dist_graph_t *g, mpi_data_t *comm, uint32_t num_iter, char *output_file) |
| int pagerank_dist | ( | dist_graph_t * | g, |
| mpi_data_t * | comm, | ||
| uint32_t | num_iter, | ||
| char * | output_file | ||
| ) |
Definition at line 331 of file pagerank.cpp.
| int pagerank_output | ( | dist_graph_t * | g, |
| double * | pageranks, | ||
| char * | output_file | ||
| ) |
Definition at line 233 of file pagerank.cpp.
| int pagerank_verify | ( | dist_graph_t * | g, |
| double * | pageranks | ||
| ) |
Definition at line 288 of file pagerank.cpp.
| int run_pagerank | ( | dist_graph_t * | g, |
| mpi_data_t * | comm, | ||
| double *& | pageranks, | ||
| uint32_t | num_iter | ||
| ) |
Definition at line 65 of file pagerank.cpp.