[][src]Function kodama::generic_with

pub fn generic_with<T: Float>(
    state: &mut LinkageState<T>,
    condensed_dissimilarity_matrix: &mut [T],
    observations: usize,
    method: Method,
    steps: &mut Dendrogram<T>
)

Like generic, but amortizes allocation.

See linkage_with for details.