- Timestamp:
- 2015-06-23T06:47:41-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3278 r3279 50 50 (when (r-equalp (symbolic-poly-vars self) (symbolic-poly-vars other)) 51 51 (call-next-method))) 52 53 (defmethod update-instance-for-different-class :after ((old monom) (new scalar) &key) 54 (assert (= (length (symbolic-poly-vars new) (poly-dimension new))))) 55 52 56 53 57 #|
Note:
See TracChangeset
for help on using the changeset viewer.