Function evaluate_query_set

Source
pub fn evaluate_query_set<'a, F, P, T>(
    polys: impl IntoIterator<Item = &'a LabeledPolynomial<F, P>>,
    query_set: &QuerySet<T>,
) -> Evaluations<T, F>
where F: Field, P: 'a + Polynomial<F, Point = T>, T: Clone + Debug + Hash + Ord + Sync,
Expand description

Evaluate the given polynomials at query_set.