Function mvpoly::compute_combined_cross_terms
source · pub fn compute_combined_cross_terms<F: PrimeField, const N: usize, const D: usize, T: MVPoly<F, N, D>>(
polys: Vec<T>,
eval1: [F; N],
eval2: [F; N],
u1: F,
u2: F,
combiner1: F,
combiner2: F
) -> HashMap<usize, F>
Expand description
Compute the cross terms of a list of polynomials. The polynomials are
linearly combined using the power of a combiner, often called α
.