COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
pagerank.h File Reference
#include "dist_graph.h"
#include "comms.h"
Include dependency graph for pagerank.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ pagerank_dist()

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.

◆ pagerank_output()

int pagerank_output ( dist_graph_t g,
double *  pageranks,
char *  output_file 
)

Definition at line 233 of file pagerank.cpp.

◆ pagerank_verify()

int pagerank_verify ( dist_graph_t g,
double *  pageranks 
)

Definition at line 288 of file pagerank.cpp.

◆ run_pagerank()

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.