Consider adding the poly_add
, poly_sub
and other polynomial related functions as methods onto PolyCoeff
#263
Labels
poly_add
, poly_sub
and other polynomial related functions as methods onto PolyCoeff
#263
This has been taken from Benedikt Wagner's document.
This may make them more convenient to use.
Note: This would require making
PolyCoeff
a struct and not a type alias.Related to #246
The text was updated successfully, but these errors were encountered: