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 4384 for branches


Ignore:
Timestamp:
2016-06-06T20:24:48-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4375 r4384  
    245245        (poly-termlist self))
    246246  self)
    247 
    248 #|
    249 (defmethod multiply-by ((self monom) (other poly))
    250   "Multiply a monomial SELF by polynomial OTHER."
    251   (multiply-by other self))
    252 |#
    253 
    254 #|
    255 (defmethod multiply-by ((self term) (other poly))
    256   "Multiply a term SELF by polynomial OTHER."
    257   (multiply-by other self))
    258 |#
    259247
    260248(defmacro fast-add/subtract (p q order-fn add/subtract-fn uminus-fn)
Note: See TracChangeset for help on using the changeset viewer.