pub fn distances<T>(vectors_1: &Vectors<T>, vectors_2: &Vectors<T>) -> List<T>where T: RealField,
Distances from of a list of Vectors to another one.
Vector