Changeset 4384 for branches/f4grobner
- Timestamp:
- 2016-06-06T20:24:48-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r4375 r4384 245 245 (poly-termlist self)) 246 246 self) 247 248 #|249 (defmethod multiply-by ((self monom) (other poly))250 "Multiply a monomial SELF by polynomial OTHER."251 (multiply-by other self))252 |#253 254 #|255 (defmethod multiply-by ((self term) (other poly))256 "Multiply a term SELF by polynomial OTHER."257 (multiply-by other self))258 |#259 247 260 248 (defmacro fast-add/subtract (p q order-fn add/subtract-fn uminus-fn)
Note:
See TracChangeset
for help on using the changeset viewer.