graphblas_sparse_linear_algebra 0.62.0

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, NotReady, Ready, Status};
pub use memory_allocator::*;