pub fn euclidean_sq_f32(a: &[f32], b: &[f32]) -> f32
Expand description

Computes the euclidean distance between two vectors.