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 3259


Ignore:
Timestamp:
2015-06-22T20:49:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3258 r3259  
    286286
    287287(defmethod multiply-by ((self poly) (other poly))
    288   (assert (= (monom-dimension self) (poly-dimension other)))
    289288  (change-term-order other self)
    290289  (setf (poly-termlist self) (multiply-termlists (poly-termlist self)
Note: See TracChangeset for help on using the changeset viewer.