Type Definition recoreco::types::SparseMatrix

source ·
pub type SparseMatrix = Vec<SparseVector>;
Expand description

Sparse 16 bit integer matrix, row-wise representation, backed by a Vec<FnvHashMap<u32, u16>>