Skip to content

Commit

Permalink
misc: Prettify comment unicode-art
Browse files Browse the repository at this point in the history
changelog: ignore
  • Loading branch information
jan-ferdinand committed Oct 8, 2024
1 parent 575e97f commit d1ec8c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions triton-vm/src/stark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,17 +1237,17 @@ impl Stark {
// Matrix `quotients_codewords` contains q_k(Ψ^F · ω^(j+i·F)) in cell (j+i·F, k).
// To see this, observe that
//
// ( · ) ( ( · ) ( · ) )
// ( · ξ^(l·k) · ) · ( ( ψ^k · ι^(j·k+i·k·F) ) o ( q_k(ψ^F · ω^(j+i·F)) ) )
// ( · ) ( ( · ) ( · ) )
// ⎛ ⎛ ⎞ ⎞
// ⎜ … ξ^(l·k) … ⎟ · ⎜ ⎜ ψ^k · ι^(j·k+i·k·F) ⎟ ∘ ⎜ q_k(ψ^F · ω^(j+i·F)) ⎟ ⎟
// ⎝ ⎝ ⎠ ⎠
// =
// ( · ) ( · )
// ( · ψ^k · ι^(j·k+i·k·F+l·k·N/F) · ) · ( q_k(ψ^F · ω^(j+i·F)) )
// ( · ) ( · )
//
// ⎜ … ψ^k · ι^(j·k+i·k·F+l·k·N/F) … ⎟ · q_k(ψ^F · ω^(j+i·F))
//
// =
// ( · )
// ( q(ψ · ι^j · ω^(i + l · N/F)) )
// ( · )
//
// q(ψ · ι^j · ω^(i + l · N/F))
//

// low-degree extend columns from trace to FRI domain
let mut quotient_codewords = Array2::zeros([fri_domain.length, num_segments]);
Expand Down

0 comments on commit d1ec8c8

Please sign in to comment.