pub fn inner_product_unchecked<F, FE>(
a: impl IntoIterator<Item = FE>,
b: impl IntoIterator<Item = F>,
) -> FEwhere
F: Field,
FE: ExtensionField<F>,
Expand description
Computes the inner product of two vectors without checking that the lengths are equal