- Timestamp:
- 2015-09-05T17:01:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3579 r3580 525 525 "Destructively multiply terms SELF and OTHER and store the result into SELF. 526 526 It returns SELF." 527 (setf (term-coeff self) (multiply-by (term-coeff self) ( scalar-coeff other))))527 (setf (term-coeff self) (multiply-by (term-coeff self) (term-coeff other)))) 528 528 529 529 (defmethod term-left-tensor-product-by :before ((self term) (other term))
Note:
See TracChangeset
for help on using the changeset viewer.