[][src]Function conshomfold::pct_of_prob_mats

pub fn pct_of_prob_mats<T>(
    prob_mats_with_rna_id_pairs: &HashMap<(usize, usize), StaProbMats<T>, BuildHasherDefault<FxHasher>>,
    rna_id: usize,
    num_of_rnas: usize,
    bpp_mats: &SsProbMats<T>,
    upp_mat_len: usize,
    produces_access_probs: bool
) -> PctStaProbMats<T> where
    T: Unsigned + PrimInt + Hash + FromPrimitive + Integer + Ord