COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
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
8void rmat_edgelist (int64_t *IJ, int64_t nedge, int SCALE,
9 double A, double B, double C);
10void permute_vertex_labels (int64_t * IJ, int64_t nedge, int64_t max_nvtx,
11 void * st, int64_t * newlabel);
12void permute_edgelist (int64_t * IJ, int64_t nedge, void *st);
13
14#endif /* RMAT_HEADER_ */
Definition test.cpp:53
long int64_t
Definition compat.h:21
double A
double C
Definition options.h:15
int64_t SCALE
void permute_edgelist(int64_t *IJ, int64_t nedge, void *st)
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)