Function consalign::get_scores

source ·
pub fn get_scores<T>(
    scores_hashed_cols: &ScoreMatsHashedPoss<T>,
    match_scores: &SparseProbMat<T>,
    col_quad: &PosQuad<T>,
    align_shell: &AlignShell<T>
) -> SparseProbMat<T>where
    T: HashIndex,