Go to the source code of this file.
|
void | rmat_edgelist (int64_t *IJ, int64_t nedge, int SCALE, double A, double B, double C) |
|
void | permute_vertex_labels (int64_t *IJ, int64_t nedge, int64_t max_nvtx, void *st, int64_t *newlabel) |
|
void | permute_edgelist (int64_t *IJ, int64_t nedge, void *st) |
|
◆ permute_edgelist()
◆ permute_vertex_labels()
◆ rmat_edgelist()
void rmat_edgelist |
( |
int64_t * |
IJ, |
|
|
int64_t |
nedge, |
|
|
int |
SCALE, |
|
|
double |
A, |
|
|
double |
B, |
|
|
double |
C |
|
) |
| |
Fill IJ with a randomly permuted R-MAT generated edge list.