Skip to main content

dot_f64_dispatch

Function dot_f64_dispatch 

Source
pub fn dot_f64_dispatch(a: &[f64], b: &[f64]) -> f64
Expand description

Dot product of two f64 slices using the best available SIMD path.