- Timestamp:
- 2015-06-20T19:52:40-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2775 r2776 119 119 ;; be more efficient to produce the terms in correct order? 120 120 (unless (endp q) 121 ;; Upon subtraction, we must change the sign of 122 ;; all coefficients in q 121 123 ,@(when uminus-fn 122 124 `((mapc #'(lambda (x) (setf x (funcall ,uminus-fn x))) q)))
Note:
See TracChangeset
for help on using the changeset viewer.