evaluate_mle_at_a_point_gray_codes_parallel

Function evaluate_mle_at_a_point_gray_codes_parallel 

Source
pub fn evaluate_mle_at_a_point_gray_codes_parallel<F: Field, const K: usize>(
    mle: &MultilinearExtension<F>,
    point: &[F],
) -> F
Expand description

This function non-destructively evaluates an MLE at a given point using the gray codes iterator. Parallelized version that uses K threads.