Type Alias SparseAdjacencyMatrix

Source
pub type SparseAdjacencyMatrix = TriMat<bool>;
Expand description

Sparse adjacency matrix type.

Aliased Type§

pub struct SparseAdjacencyMatrix { /* private fields */ }