rustgraphblas 0.16.0-alpha

Wrapper for GraphBLAS.h exposing SparseMatrix and SparseVector
1
2
3
4
5
6
#ifndef __WRAPPER_H_
#define __WRAPPER_H_

#include <GraphBLAS.h>

#endif // __WRAPPER_H_