scalar_euclidean

Function scalar_euclidean 

Source
pub fn scalar_euclidean<T: Naive>(a: T, b: T) -> T::Output
Expand description

Calculate the euclidean distance between two slices of equal length

ยงPanics

Will panic if the lengths of the slices are not equal