Commit 2025-02-20 08:08 13b8d6bb
View on Github →chore: split CPolynomial (#22102)
Currently, CPolynomial
imports Linear
, but there is a TODO that Linear
should be refactored in terms of CPolynomial
. To revert the import order, one needs to split the original file into two parts, as done in this PR.