Function fere_common::dot[][src]

pub fn dot<T, const D: usize>(
    x: &Matrix<T, Const<D>, Const<1_usize>, ArrayStorage<T, D, 1_usize>>,
    y: &Matrix<T, Const<D>, Const<1_usize>, ArrayStorage<T, D, 1_usize>>
) -> T where
    T: Number
Expand description

The dot product of two vectors.