Changeset 3662 for branches/f4grobner
- Timestamp:
- 2015-09-05T21:38:19-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3661 r3662 177 177 (length (poly-termlist self)))) 178 178 179 (defmethod multiply-by ((self poly) (other monom))179 (defmethod multiply-by ((self poly) other) 180 180 "Multiply a polynomial SELF by OTHER." 181 181 (mapc #'(lambda (term) (multiply-by term other))
Note:
See TracChangeset
for help on using the changeset viewer.