Type Definition consprob::ProbMatPair

source ·
pub type ProbMatPair<'a, T> = (&'a SparseProbMat<T>, &'a SparseProbMat<T>);