Skip to main content

dot_scalar

Function dot_scalar 

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

The scalar dot product: the reference the SIMD kernel is checked against.