Add gr_poly_scalar_mul - #2191
Conversation
Also implement GR_METHOD_OTHER_MUL for gr_poly.
|
Looks good!
Yes, good point. I think it would be reasonable for Maybe later a basic interface for working with |
gr_poly_scalar_mul - #2191Also implement GR_METHOD_OTHER_MUL for gr_poly.
|
Looks good!
Yes, good point. I think it would be reasonable for Maybe later a basic interface for working with |
Also implement
GR_METHOD_OTHER_MULforgr_poly.I was thinking of adding
gr_poly_mul_otheras mentioned in #2159 (comment) but I'm not sure how it should be done (or how useful it would be), since it would not have the polynomial ring context as input but only the base ring context. For example if the other is also a polynomial then it would not be possible to check if the variable names match (a check which is currently done in the methodsgr_mul_otherandgr_other_mulimplemented forgr_poly).gr_poly_scalar_mul? #2159