Function l2_dist

Source
fn l2_dist(a: &[f32], b: &[f32]) -> f64
Expand description

L2 distance between two vectors.