graphblas_sparse_linear_algebra 0.60.2

Wrapper for SuiteSparse:GraphBLAS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod coordinate;
mod element;
mod handle;
mod size;
mod sparse_matrix;
mod view;

pub mod operations;

pub use coordinate::*;
pub use element::*;
pub use handle::*;
pub use size::*;
pub use sparse_matrix::*;
pub use view::*;