Changeset 3120 for branches/f4grobner
- Timestamp:
- 2015-06-22T08:24:29-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3119 r3120 113 113 114 114 (defmethod multiply-by ((self poly) (other monom)) 115 (mapc #'(lambda (term) (multiply-by term other)) 116 (poly-termlist self)) 117 self) 118 119 (defmethod multiply-by ((self poly) (other term)) 115 120 (mapc #'(lambda (term) (multiply-by term other)) 116 121 (poly-termlist self))
Note:
See TracChangeset
for help on using the changeset viewer.