Changeset 3871 for branches/f4grobner
- Timestamp:
- 2016-05-28T18:34:50-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3870 r3871 538 538 and powers of some variables, such as 5*X^2*Y^3.")) 539 539 540 (defmethod update-instance-for-different-class :after((old monom) (new term) &key (coeff 1))540 (defmethod update-instance-for-different-class ((old monom) (new term) &key (coeff 1)) 541 541 "Converts OLD of class MONOM to a NEW of class TERM, initializing coefficient to COEFF." 542 542 (reinitialize-instance new :coeff coeff))
Note:
See TracChangeset
for help on using the changeset viewer.