graphblas_sparse_linear_algebra 0.63.1

Wrapper for SuiteSparse:GraphBLAS
Documentation
1
2
3
4
5
6
7
mod configuration;
mod context;
mod memory_allocator;

pub use configuration::*;
pub use context::{CallGraphBlasContext, Context, GetContext, Mode, Status};
pub use memory_allocator::*;