Changeset 2739 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T18:51:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2738 r2739 102 102 103 103 104 (defmacro def-fast-add/subtract (order-fn add/subtract-fun &optional (uminus-fun nil uminus-fun-supplied-p)) 105 "Returns the sum of two polynomials. Implements an efficient 104 (defmacro fast-add/subtract (order-fn add/subtract-fun 105 &optional 106 (uminus-fun nil uminus-fun-supplied-p)) 107 "Return an expression which will efficiently of two polynomials. Implements an efficient 106 108 algorithm to add two polynomials represented as sorted lists of 107 109 terms. This function destroys both arguments, reusing the terms to
Note:
See TracChangeset
for help on using the changeset viewer.