Skip to main content

eq_ind_partial_eval_scalars

Function eq_ind_partial_eval_scalars 

Source
pub fn eq_ind_partial_eval_scalars<F: FieldOps>(point: &[F]) -> Vec<F>
Expand description

Computes the partial evaluation of the equality indicator polynomial, returning scalars.

This is a scalar-only variant of eq_ind_partial_eval that returns a Vec<F> instead of a FieldBuffer. It computes the tensor product

$$ (1 - r_0, r_0) \otimes … \otimes (1 - r_{n-1}, r_{n-1}). $$