Function dot_products

Source
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.