Type Definition recoreco::types::SparseBinaryMatrix

source ·
pub type SparseBinaryMatrix = Vec<FnvHashSet<u32>>;
Expand description

Sparse binary matrix, row-wise representation, backed by a Vec<FnvHashSet<u32>>