Function inner_product_buffers

Source
pub fn inner_product_buffers<F, P, DataA, DataB>(
    a: &FieldBuffer<P, DataA>,
    b: &FieldBuffer<P, DataB>,
) -> F
where F: Field, P: PackedField<Scalar = F>, DataA: Deref<Target = [P]>, DataB: Deref<Target = [P]>,