- Timestamp:
- 2016-05-28T21:23:55-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3880 r3881 302 302 (fast-add/subtract p q order-fn #'add-to nil)) 303 303 304 (defun subtract-termlists (p q order-fn) 305 "Destructively adds two termlists P and Q ordered according to ORDER-FN." 306 (fast-add/subtract p q order-fn #'add-to #'unary-minus)) 307 304 308 (defmethod add-to ((self poly) (other poly)) 305 309 "Adds to polynomial SELF another polynomial OTHER.
Note:
See TracChangeset
for help on using the changeset viewer.