@[simp]
Returns the leading coefficient, i.e. the first non-zero entry.
Equations
- xs.leading = (List.find? (fun (x : Int) => !x == 0) xs).getD 0
Instances For
Equations
- Lean.Omega.IntList.instAdd = { add := Lean.Omega.IntList.add }
Equations
- Lean.Omega.IntList.instMul = { mul := Lean.Omega.IntList.mul }
Equations
- Lean.Omega.IntList.instNeg = { neg := Lean.Omega.IntList.neg }
Equations
- Lean.Omega.IntList.instSub = { sub := Lean.Omega.IntList.sub }
Equations
- Lean.Omega.IntList.instHMulInt = { hMul := fun (i : Int) (xs : Lean.Omega.IntList) => xs.smul i }
@[reducible, inline]
The difference between the balanced mod of a dot product, and the dot product with balanced mod applied to each entry of the left factor.