evaluate_bookkeeping_tables_given_operation

Function evaluate_bookkeeping_tables_given_operation 

Source
pub(crate) fn evaluate_bookkeeping_tables_given_operation<F: Field>(
    mle_bookkeeping_tables: &[Vec<F>],
    binary_operation: BinaryOperation,
) -> MultilinearExtension<F>
Expand description

Evaluate the bookkeeping tables by applying the element-wise operation, which can either be addition or multiplication.