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 2682


Ignore:
Timestamp:
2015-06-20T16:11:49-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2681 r2682  
    9999
    100100(defun fast-addition (p q order-fn add-fun)
     101  "Returns the sum of two polynomials. Implements an efficient
     102algorithm to add two polynomials represented as sorted lists of
     103terms. This function destroys both arguments, reusing the terms to
     104build the result."
    101105  (macrolet ((lc (x) `(r-coeff (car ,x))))
    102106    (do ((p p)
Note: See TracChangeset for help on using the changeset viewer.