Function tool::core::matrix::dot_product_slice[][src]

pub fn dot_product_slice<T>(
    vector_1: MatrixSlice3x1<'_, T>,
    vector_2: MatrixSlice3x1<'_, T>
) -> T where
    T: RealField, 

Dot product between two slices.