lance_linalg::distance::dot

Function dot_distance_batch

Source
pub fn dot_distance_batch<'a, T: Dot>(
    from: &'a [T],
    to: &'a [T],
    dimension: usize,
) -> Box<dyn Iterator<Item = f32> + 'a>
Expand description

Negative dot product, to present the relative order of dot distance.