pub fn dot_distance_batch<'a, T: Dot>( from: &'a [T], to: &'a [T], dimension: usize, ) -> Box<dyn Iterator<Item = f32> + 'a>
Negative dot product, to present the relative order of dot distance.