Function o1_utils::field_helpers::inner_prod
source · pub fn inner_prod<F: Field>(xs: &[F], ys: &[F]) -> F
Expand description
COmpute the inner product of two slices of field elements.
pub fn inner_prod<F: Field>(xs: &[F], ys: &[F]) -> F
COmpute the inner product of two slices of field elements.