COMBINATORIAL_BLAS  1.6
graph500.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(GRAPH500_HEADER_)
5 #define GRAPH500_HEADER_
6 
7 #define NAME "Graph500 sequential list"
8 #define VERSION 0
9 
12 
14 int make_bfs_tree (int64_t *bfs_tree_out, int64_t *max_vtx_out,
15  int64_t srcvtx);
16 
18 void destroy_graph (void);
19 
20 #endif /* GRAPH500_HEADER_ */
int make_bfs_tree(int64_t *bfs_tree_out, int64_t *max_vtx_out, int64_t srcvtx)
void destroy_graph(void)
long int64_t
Definition: compat.h:21
int create_graph_from_edgelist(int64_t *IJ, int64_t nedge)