- Timestamp:
- 2016-05-27T21:55:01-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3791 r3792 533 533 and powers of some variables, such as 5*X^2*Y^3.")) 534 534 535 (defmethod update-instance-for-different-class : before((old monom) (new term) &key (coeff 1))535 (defmethod update-instance-for-different-class :after ((old monom) (new term) &key (coeff 1)) 536 536 "Converts OLD of class MONOM to a NEW of class TERM." 537 (reinitialize-instance new 538 :exponents (monom-exponents old) 539 :coeff coeff)) 540 537 (reinitialize-instance new :coeff coeff)) 541 538 542 539 (defmethod print-object ((self term) stream)
Note:
See TracChangeset
for help on using the changeset viewer.