Changeset 3337
- Timestamp:
- 2015-06-23T11:28:11-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r3333 r3337 52 52 53 53 (defmethod update-instance-for-different-class :after ((old poly) (new symbolic-poly) &key) 54 "After adding variables to NEW, we need to make sure that the number 55 of variables given by POLY-DIMENSION is consistent with VARS." 54 56 (assert (= (length (symbolic-poly-vars new)) (poly-dimension new)))) 55 57 56 57 #|58 58 59 59 (defun coerce-coeff (ring expr vars)
Note:
See TracChangeset
for help on using the changeset viewer.