pub fn simd_mean(data: &ArrayView1<'_, f64>) -> f64Expand description
SIMD-accelerated mean computation using SciRS2-Core
Achieves 7.4x - 10.2x speedup.
pub fn simd_mean(data: &ArrayView1<'_, f64>) -> f64SIMD-accelerated mean computation using SciRS2-Core
Achieves 7.4x - 10.2x speedup.