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_ */
B
double B
permute_edgelist
void permute_edgelist(int64_t *IJ, int64_t nedge, void *st)
A
double A
int64_t
long int64_t
Definition:
compat.h:21
SCALE
int64_t SCALE
C
double C
rmat_edgelist
void rmat_edgelist(int64_t *IJ, int64_t nedge, int SCALE, double A, double B, double C)
permute_vertex_labels
void permute_vertex_labels(int64_t *IJ, int64_t nedge, int64_t max_nvtx, void *st, int64_t *newlabel)
graph500-1.2
rmat.h
Generated by
1.8.13