[][src]Function tray_rust::linalg::dot

pub fn dot<A: Index<usize, Output = f32>, B: Index<usize, Output = f32>>(
    a: &A,
    b: &B
) -> f32

Compute the dot product of two vectors