close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3641


Ignore:
Timestamp:
2015-09-05T20:42:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3640 r3641  
    359359  ;; of each termlist.
    360360  (flet ((subtract-1 (p)
    361            (poly-append-term p (make-instance 'monom :dimension nvars) -1)))
     361           (poly-append-term p (make-instance 'term :dimension nvars :coeff -1))))
    362362    (setf plist (mapc #'subtract-1 plist)))
    363363  plist)
     
    376376order on the first K variables."
    377377  (flet ((subtract-1 (p)
    378            (poly-append-term p (make-instance 'monom :dimension nvars) -1)))
     378           (poly-append-term p (make-instance 'term :dimension nvars :coeff -1))))
    379379    (subtract-1
    380380     (make-instance
Note: See TracChangeset for help on using the changeset viewer.