Skip to main content

dot

Function dot 

Source
pub fn dot<T: SimdOps>(a: &[T], b: &[T]) -> Result<T, SimdError>
Expand description

Computes the dot product of two slices using runtime-dispatched SIMD.