Skip to main content

DotKernel

Type Alias DotKernel 

Source
pub type DotKernel = fn(&[f32], &[f32]) -> f32;
Expand description

SIMD kernel function pointer type for f32 dot product.