Changeset 2682 for branches/f4grobner
- Timestamp:
- 2015-06-20T16:11:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2681 r2682 99 99 100 100 (defun fast-addition (p q order-fn add-fun) 101 "Returns the sum of two polynomials. Implements an efficient 102 algorithm to add two polynomials represented as sorted lists of 103 terms. This function destroys both arguments, reusing the terms to 104 build the result." 101 105 (macrolet ((lc (x) `(r-coeff (car ,x)))) 102 106 (do ((p p)
Note:
See TracChangeset
for help on using the changeset viewer.