Skip to main content

benchmark_mixed_dot_array

Function benchmark_mixed_dot_array 

Source
pub fn benchmark_mixed_dot_array<A: Algebra<F> + Copy, F: Field, const N: usize>(
    c: &mut Criterion,
    name: &str,
)
Expand description

Benchmark the time taken to do mixed dot products on a pair of [A; N] and [F; N] arrays.