COMBINATORIAL_BLAS  1.6
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rmat.h File Reference

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ permute_edgelist()

void permute_edgelist ( int64_t IJ,
int64_t  nedge,
void *  st 
)

◆ permute_vertex_labels()

void permute_vertex_labels ( int64_t IJ,
int64_t  nedge,
int64_t  max_nvtx,
void *  st,
int64_t newlabel 
)

◆ 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.