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 2739


Ignore:
Timestamp:
2015-06-20T18:51:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2738 r2739  
    102102
    103103
    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
    106108algorithm to add two polynomials represented as sorted lists of
    107109terms. This function destroys both arguments, reusing the terms to
Note: See TracChangeset for help on using the changeset viewer.