Function consprob::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,