[]Function conshomfold::get_bpp_and_unpair_prob_mats

pub fn get_bpp_and_unpair_prob_mats<T>(
    seq: &[usize]
) -> (SsProbMats<T>, Vec<f32>, SsFreeEnergyMats<T>) where
    T: Unsigned + PrimInt + Hash + FromPrimitive + Integer