- Timestamp:
- 2015-09-05T11:25:47-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3510 r3511 114 114 (reinitialize-instance new 115 115 :dimension (monom-dimension old) 116 :termlist (list (cons monom1))))116 :termlist (list (cons old 1)))) 117 117 118 118 (defmethod r-equalp ((self poly) (other poly))
Note:
See TracChangeset
for help on using the changeset viewer.