Function tool::core::geometry::dot_products[][src]

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

Dot product component-wise between two lists of Vectors.