Function distances

Source
pub fn distances<T>(vectors_1: &Vectors<T>, vectors_2: &Vectors<T>) -> List<T>
where T: RealField,
Expand description

Distances from of a list of Vectors to another one.