- Timestamp:
- 2015-09-05T17:03:27-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3580 r3581 527 527 (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other)))) 528 528 529 (defmethod term-left-tensor-product-by :before ((self term) (other term))529 (defmethod left-tensor-product-by :before ((self term) (other term)) 530 530 (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other)))) 531 531 532 (defmethod term-right-tensor-product-by :before ((self term) (other term))532 (defmethod right-tensor-product-by :before ((self term) (other term)) 533 533 (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other)))) 534 534
Note:
See TracChangeset
for help on using the changeset viewer.