pub fn benchmark_mixed_dot_array<A: Algebra<F> + Copy, F: Field, const N: usize>( c: &mut Criterion, name: &str, )where StandardUniform: Distribution<A> + Distribution<F>,
Benchmark the time taken to do mixed dot products on a pair of [A; N] and [F; N] arrays.
[A; N]
[F; N]