Skip to main content

dot

Function dot 

Source
pub fn dot(x: &[f64], y: &[f64]) -> f64
Expand description

Compute dot product of two vectors.