Changeset 3108 for branches/f4grobner
- Timestamp:
- 2015-06-22T07:49:43-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3107 r3108 351 351 (flet ((subtract-1 (p) 352 352 (append-item p (make-instance 'term :coeff -1 :dimension nvars)))) 353 (make-instance 354 'poly 355 :termlist (mapcon #'poly-termlist plist)) 356 (setf plist (mapc #'subtract-1 plist))) 357 ) 358 353 (subtract-1 354 (make-instance 355 'poly 356 :termlist (mapcon #'poly-termlist plist))))) 359 357 360 358 #|
Note:
See TracChangeset
for help on using the changeset viewer.