pub fn simd_dot_product(x: &ArrayView1<'_, f64>, y: &ArrayView1<'_, f64>) -> f64Expand description
SIMD-accelerated dot product using SciRS2-Core
Achieves 8.1x - 11.3x speedup.
pub fn simd_dot_product(x: &ArrayView1<'_, f64>, y: &ArrayView1<'_, f64>) -> f64SIMD-accelerated dot product using SciRS2-Core
Achieves 8.1x - 11.3x speedup.