COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
verify.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(VERIFY_HEADER_)
5#define VERIFY_HEADER_
6
8int64_t verify_bfs_tree (int64_t *bfs_tree, int64_t max_bfsvtx,
9 int64_t root,
10 const int64_t *IJ, int64_t nedge);
11
12#endif /* VERIFY_HEADER_ */
long int64_t
Definition compat.h:21
int64_t verify_bfs_tree(int64_t *bfs_tree, int64_t max_bfsvtx, int64_t root, const int64_t *IJ, int64_t nedge)