Equations
- ΦComputer.init s t hst = { hst := hst, buffer := Vector.replicate (↑t) 1, next_δ := 0, next_pos := ⟨0, ⋯⟩, eqΦ := ⋯ }
Instances For
- st {s t : ℕ+} : ΦComputer s t → ΦComputer' s t
- ts {s t : ℕ+} : ΦComputer t s → ΦComputer' s t
Instances For
Equations
- ΦComputer'.init s t = if hst : s ≤ t then ΦComputer'.st (ΦComputer.init s t hst) else ΦComputer'.ts (ΦComputer.init t s ⋯)
Instances For
Equations
Instances For
Equations
- nwComputer.init s t = { Φcomp := ΦComputer'.init s t, next_k := 0, prev_nₖ := 1, prev_δ := -1, δ_agree := ⋯, nₖ_δ_agree := ⋯, nₖ_eq := ⋯ }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
Equations
- instReprBbOutput = { reprPrec := instReprBbOutput.repr }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- calculateBbList s t n = calculateBbList' s t n (Array.emptyWithCapacity n) (bbComputer.init s t)