Skip to content

Commit

Permalink
Update folding/src/expressions.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Anaïs Querol <[email protected]>
  • Loading branch information
dannywillems and querolita authored May 30, 2024
1 parent c14a904 commit 72a0ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folding/src/expressions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
//!
//! More generally, if for each row, our computation is constrained by the polynomial
//! list `[P_{1}, P_{2}, ..., P_{n}]`, we can aggregate them into a single
//! polynomial `P_{agg} = ∑_{i} α^{i} P_{i}`.
//! polynomial `P_{agg} = ∑_{i} α^{i} P_{i}`. Multiplying by the $\alpha$ terms consequently increases the overall degree of the expression.
//!
//! In particular, when we reduce a polynomial to degree 2, we have this case
//! where the circuit is described by a list of polynomials and we aggregate
Expand Down

0 comments on commit 72a0ef8

Please sign in to comment.