pub fn compute_inner_product<F: Field>(a: &[F], b: &[F]) -> F
This computes the inner product of two vectors a and b.
a
b
This function will panic if the two vectors are not the same size.