COMBINATORIAL_BLAS  1.6
rmat.h
Go to the documentation of this file.
1 /* -*- mode: C; mode: folding; fill-column: 70; -*- */
2 /* Copyright 2010, Georgia Institute of Technology, USA. */
3 /* See COPYING for license. */
4 #if !defined(RMAT_HEADER_)
5 #define RMAT_HEADER_
6 
8 void rmat_edgelist (int64_t *IJ, int64_t nedge, int SCALE,
9  double A, double B, double C);
10 void permute_vertex_labels (int64_t * IJ, int64_t nedge, int64_t max_nvtx,
11  void * st, int64_t * newlabel);
12 void permute_edgelist (int64_t * IJ, int64_t nedge, void *st);
13 
14 #endif /* RMAT_HEADER_ */
double B
void permute_edgelist(int64_t *IJ, int64_t nedge, void *st)
double A
long int64_t
Definition: compat.h:21
int64_t SCALE
double C
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)