[][src]Function numas::linear_algebra::product::vdot

pub fn vdot<T>(first: &Array<T>, second: &Array<T>) -> T where
    T: Copy + Add<Output = T> + Mul<Output = T> + From<u8>, 

Returns the dot product of two vector like arrays

Arguments

  • first - first vector like array
  • second - second vector like array