[][src]Function conshomfold::get_sta_prob_mats

pub fn get_sta_prob_mats<T>(
    seq_pair: &(&[usize], &[usize]),
    seq_len_pair: &(usize, usize),
    sta_fe_params: &StaFeParams<T>,
    max_bp_span_pair: &(T, T),
    max_gap_num: T,
    max_gap_num_4_il: T,
    sta_part_func_mats: &StaPartFuncMats<T>,
    bpp_mat_pair: &(&HashMap<(T, T), f32, BuildHasherDefault<FxHasher>>, &HashMap<(T, T), f32, BuildHasherDefault<FxHasher>>),
    ss_free_energy_mat_set_pair: &(&SsFreeEnergyMats<T>, &SsFreeEnergyMats<T>),
    produces_access_probs: bool,
    global_part_func: f32
) -> StaProbMats<T> where
    T: Unsigned + PrimInt + Hash + FromPrimitive + Integer + Ord