Commit 2025-10-30 10:43 68abb997

View on Github →

feat: SkewPolynomial (#29300)

Univariate skew polynomials

Skew polynomials are represented as SkewMonoidAlgebra R (Multiplicative ℕ), where R is usually at least a Semiring. In this file, we define SkewPolynomial and provide basic instances. The point if this PR is to introduce the very most basic definitions and API. From #23949.

Estimated changes