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 2794


Ignore:
Timestamp:
2015-06-20T21:28:07-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2793 r2794  
    191191  self)
    192192
     193
     194(defun fast-add-termlists (p q order-fn)
     195  "Destructively adds two termlists P and Q ordered according to ORDER-FN."
     196  (fast-add/subtract p q order-fn add-to nil))
    193197
    194198(defun multiply-term-by-termlist-dropping-zeros (term termlist)
Note: See TracChangeset for help on using the changeset viewer.