pub fn eq_ind_partial_eval<P: PackedField>(point: &[P::Scalar]) -> Vec<P>
Expand description
Computes the partial evaluation of the equality indicator polynomial.
Given an -coordinate point , this computes the partial evaluation of the equality indicator polynomial and returns its values over the -dimensional hypercube.
The returned values are equal to the tensor product
See DP23, Section 2.1 for more information about the equality indicator polynomial.