Function snarkvm_wasm::evaluate_query_set[][src]

pub fn evaluate_query_set<'a, F>(
    polys: impl IntoIterator<Item = &'a LabeledPolynomial<F>>,
    query_set: &BTreeSet<(String, (String, F))>
) -> BTreeMap<(String, F), F> where
    F: Field
Expand description

Evaluate the given polynomials at query_set.