Changeset 3579 for branches/f4grobner
- Timestamp:
- 2015-09-05T17:01:30-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3578 r3579 528 528 529 529 (defmethod term-left-tensor-product-by :before ((self term) (other term)) 530 (setf (term-coeff self) ( universal-multiply-by (term-coeff self) (term-coeff other))))530 (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other)))) 531 531 532 532 (defmethod term-right-tensor-product-by :before ((self term) (other term))
Note:
See TracChangeset
for help on using the changeset viewer.