[][src]Function conshomfold::write_prob_mat_sets

pub fn write_prob_mat_sets<T>(
    output_dir_path: &Path,
    prob_mat_sets: &Vec<PctStaProbMats<T>>,
    produces_access_probs: bool
) where
    T: Unsigned + PrimInt + Hash + FromPrimitive + Integer + Display + Ord