Changeset 3059 for branches/f4grobner
- Timestamp:
- 2015-06-21T17:46:28-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3038 r3059 113 113 (call-next-method)) 114 114 115 (defmethod left-tensor-product-by ((self term) (other monom)) 116 (call-next-method)) 117 118 (defmethod right-tensor-product-by ((self term) (other monom)) 119 (call-next-method)) 120 115 121 (defmethod divide-by ((self term) (other term)) 116 122 "Destructively divide term SELF by OTHER and store the result into SELF.
Note:
See TracChangeset
for help on using the changeset viewer.