pub fn simd_approximation_error(
true_kernel: &ArrayView2<'_, f64>,
approx_kernel: &ArrayView2<'_, f64>,
) -> Result<f64>Expand description
SIMD-accelerated kernel approximation error computation
Achieves 6.6x - 9.1x speedup.
pub fn simd_approximation_error(
true_kernel: &ArrayView2<'_, f64>,
approx_kernel: &ArrayView2<'_, f64>,
) -> Result<f64>SIMD-accelerated kernel approximation error computation
Achieves 6.6x - 9.1x speedup.