- Timestamp:
- 2015-06-20T21:28:07-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2793 r2794 191 191 self) 192 192 193 194 (defun fast-add-termlists (p q order-fn) 195 "Destructively adds two termlists P and Q ordered according to ORDER-FN." 196 (fast-add/subtract p q order-fn add-to nil)) 193 197 194 198 (defun multiply-term-by-termlist-dropping-zeros (term termlist)
Note:
See TracChangeset
for help on using the changeset viewer.