pub type SparseProbMats<T> = Vec<SparseProbMat<T>>;
pub struct SparseProbMats<T> { /* private fields */ }