pub fn scalar_euclidean<T: Naive>(a: T, b: T) -> T::Output
Calculate the euclidean distance between two slices of equal length
Will panic if the lengths of the slices are not equal