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.

Ignore:
Timestamp:
2015-09-05T11:08:53-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3503 r3504  
    431431order on the first K variables."
    432432  (flet ((subtract-1 (p)
    433            (append-item p (make-instance 'term :coeff -1 :dimension nvars))))
     433           (poly-append-term p (make-instance 'monom :dimension nvars) -1)))
    434434    (subtract-1
    435435     (make-instance
Note: See TracChangeset for help on using the changeset viewer.