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 3881


Ignore:
Timestamp:
2016-05-28T21:23:55-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3880 r3881  
    302302  (fast-add/subtract p q order-fn #'add-to nil))
    303303
     304(defun subtract-termlists (p q order-fn)
     305  "Destructively adds two termlists P and Q ordered according to ORDER-FN."
     306  (fast-add/subtract p q order-fn #'add-to #'unary-minus))
     307
    304308(defmethod add-to ((self poly) (other poly))
    305309  "Adds to polynomial SELF another polynomial OTHER.
Note: See TracChangeset for help on using the changeset viewer.