pub fn evaluate_mle_at_a_point_gray_codes_parallel<F: Field, const K: usize>(
mle: &MultilinearExtension<F>,
point: &[F],
) -> FExpand description
This function non-destructively evaluates an MLE at a given point using the gray codes iterator. Parallelized version that uses K threads.