-
Notifications
You must be signed in to change notification settings - Fork 436
L_197
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
extracts polynomial coefficients from an expression::
poly_coeff(DM ex, DM x) -> DM poly_coeff(SX ex, SX x) -> SXex: Scalar expression that represents a polynomial
x: Scalar symbol that the polynomial is build up with
To edit, see writing tips.