Changeset 3507 for branches/f4grobner
- Timestamp:
- 2015-09-05T11:15:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3506 r3507 159 159 self) 160 160 161 (defmethod multiply-by ((self poly) (other scalar))161 (defmethod multiply-by ((self poly) other) 162 162 (mapc #'(lambda (term) (multiply-by term other)) 163 163 (poly-termlist self))
Note:
See TracChangeset
for help on using the changeset viewer.