- Timestamp:
- 2015-06-22T20:49:06-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3258 r3259 286 286 287 287 (defmethod multiply-by ((self poly) (other poly)) 288 (assert (= (monom-dimension self) (poly-dimension other)))289 288 (change-term-order other self) 290 289 (setf (poly-termlist self) (multiply-termlists (poly-termlist self)
Note:
See TracChangeset
for help on using the changeset viewer.