Rust wrapper for SuiteSparse:GraphBLAS
graphblassparselinear_algebra uses the SuiteSparse:GraphBLAS GraphBLAS implementation developed by Timothy A. Davis.
By default, graphblassparselinear_algebra makes a new build of SuiteSparse:GraphBLAS and links to it as a static dependency. For the source code and custom build instructions for SuiteSparse:GraphBLAS, see: https://github.com/DrTimothyAldenDavis/GraphBLAS.
To build graphblassparselinear_algebra from source, Cmake and a C compiler must be installed.
The git repository uses submodules, and can be cloned using:
git clone --recurse-submodules https://github.com/code-sam/graphblas_sparse_linear_algebra.git
graphblassparselinear_algebra is mostly compatible with the GraphBLAS specification version 1.3 and uses SuiteSparse:GraphBLAS v4.0.3.
Awesome, contributions are welcome. Graphblassparselinear_algebra and your contribution may be relicensed and integrated into commercial software in the future. Therefore, you will be asked to agree to the Contributor License Agreement when you make a pull request.
graphblassparselinear_algebra is licensed under AGPL-3.0. For other licensing options, please contact Sam Dekker.