- Timestamp:
- 2016-05-28T21:24:44-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3881 r3882 304 304 (defun subtract-termlists (p q order-fn) 305 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))306 (fast-add/subtract p q order-fn #'subtract-from #'unary-minus)) 307 307 308 308 (defmethod add-to ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.