get_sparse_poss

Function get_sparse_poss 

Source
pub fn get_sparse_poss<T>(
    basepair_probs_pair: &ProbMatPair<'_, T>,
    match_probs: &SparseProbMat<T>,
    seq_len_pair: &(T, T),
) -> OutputsSparsePossGetter<T>
where T: HashIndex,