benchmark_kernel_computation

Function benchmark_kernel_computation 

Source
pub fn benchmark_kernel_computation(
    x1: &Array2<f64>,
    x2: &Array2<f64>,
    length_scale: f64,
    signal_variance: f64,
    iterations: usize,
) -> (f64, f64)
Expand description

Benchmark SIMD vs scalar kernel computation