binius_field::util

Function inner_product_unchecked

source
pub fn inner_product_unchecked<F, FE>(
    a: impl IntoIterator<Item = FE>,
    b: impl IntoIterator<Item = F>,
) -> FE
where F: Field, FE: ExtensionField<F>,
Expand description

Computes the inner product of two vectors without checking that the lengths are equal