- Timestamp:
- 2015-09-05T11:08:20-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3502 r3503 414 414 ;; of each termlist. 415 415 (flet ((subtract-1 (p) 416 ( append-item p (make-instance 'monom :coeff -1 :dimension nvars))))416 (poly-append-term p (make-instance 'monom :dimension nvars) -1))) 417 417 (setf plist (mapc #'subtract-1 plist))) 418 418 plist)
Note:
See TracChangeset
for help on using the changeset viewer.